Skip to content

Commit 4acd4b7

Browse files
authored
Merge pull request #354 from UniversityRadioYork/rename-201623-to-2016
renamed 201623-site to 2016-site
2 parents b1e3c4e + 565f0a6 commit 4acd4b7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ build-sass: $(SASS_SRC)
2020
$(SASS_COMPILER) $(MAIN_FILE) $(OUTPUT_FILE) -t compressed
2121

2222
build-docker-image:
23-
docker build -t 201623-site .
23+
docker build -t 2016-site .
2424

2525
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
2727

2828
clean:
2929
rm -f $(OUTPUT_FILE) $(BINARY)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 201623-site #
1+
# 2016-site #
22

33
## How to install ##
44
Full instructions for installation are available in the USING.md file.

USING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ export GOPATH=~/go
3838

3939
#### Pulling from git
4040
* 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:
4444
* `git checkout this-is-a-branch-name`
4545

4646
#### Running the server =====
@@ -51,7 +51,7 @@ export GOPATH=~/go
5151

5252
### Editing files
5353
#### 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
5555

5656
#### Windows
5757
* Windows likes to hide the actual files for the Ubuntu subsystem.

0 commit comments

Comments
 (0)