File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ build-sass: $(SASS_SRC)
20
20
$(SASS_COMPILER ) $(MAIN_FILE ) $(OUTPUT_FILE ) -t compressed
21
21
22
22
build-docker-image :
23
- docker build -t 201623 -site .
23
+ docker build -t 2016 -site .
24
24
25
25
docker :
26
- docker run -it --rm -p 3000:3000 -v .:/usr/src/app 201623 -site
26
+ docker run -it --rm -p 3000:3000 -v .:/usr/src/app 2016 -site
27
27
28
28
clean :
29
29
rm -f $(OUTPUT_FILE ) $(BINARY )
Original file line number Diff line number Diff line change 1
- # 201623 -site #
1
+ # 2016 -site #
2
2
3
3
## How to install ##
4
4
Full instructions for installation are available in the USING.md file.
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ export GOPATH=~/go
38
38
39
39
#### Pulling from git
40
40
* Make sure GOPATH is set (` echo $GOPATH ` )
41
- * ` go get github.com/UniversityRadioYork/201623 -site `
42
- * This downloads 201623 -site to ~ /go/src/github.com/UniversityRadioYork/201623 -site along with all necessary dependencies
43
- * To update your working copy of the repo, running ` go get ` in the 201623 -site directory, but you can also checkout to a specific branch if required:
41
+ * ` go get github.com/UniversityRadioYork/2016 -site `
42
+ * This downloads 2016 -site to ~ /go/src/github.com/UniversityRadioYork/2016 -site along with all necessary dependencies
43
+ * To update your working copy of the repo, running ` go get ` in the 2016 -site directory, but you can also checkout to a specific branch if required:
44
44
* ` git checkout this-is-a-branch-name `
45
45
46
46
#### Running the server =====
@@ -51,7 +51,7 @@ export GOPATH=~/go
51
51
52
52
### Editing files
53
53
#### Ubuntu
54
- Trivial. Open a file editor and browse to ~ /go/src/github.com/UniversityRadioYork/201623 -site
54
+ Trivial. Open a file editor and browse to ~ /go/src/github.com/UniversityRadioYork/2016 -site
55
55
56
56
#### Windows
57
57
* Windows likes to hide the actual files for the Ubuntu subsystem.
You can’t perform that action at this time.
0 commit comments