Skip to content

Commit

Permalink
Removed comment from GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
midstar committed Feb 14, 2019
1 parent 74aff1d commit 074a06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,16 @@ To build from source on any platform you need to:
* Install Golang
* Set the GOPATH environment variable

Then:

git clone https://github.com/midstar/mediaweb.git

On Windows execute (from cmd.exe):

go get github.com/midstar/mediaweb
cd %GOPATH%\src\github.com\midstar\mediaweb
scripts\install_deps.bat
scripts\build.bat

On Linux/Mac execute (from a shell):

go get github.com/midstar/mediaweb
cd $GOPATH/src/github.com/midstar/mediaweb
sh scripts/install_deps.sh
sh scripts/build.sh
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ deploy:
description: ''
provider: GitHub
auth_token:
secure: $(GITHUB_TOKEN) # your encrypted token from GitHub
secure: $(GITHUB_TOKEN)
draft: false
prerelease: false
on:
Expand Down

0 comments on commit 074a06a

Please sign in to comment.