Skip to content

Commit

Permalink
Add GOPATH exporting in sample code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean041 committed Nov 1, 2016
1 parent 481d7e2 commit 2a67fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ linux/mingw or mac:
```
$ git clone https://github.com/hesion3d/slimage.git
$ cd slimage
slimage$ export GOPATH=`pwd`/demo
slimage$ ./run.sh -f demo-config.sh -l min -n hello-slimage
Prepare for building...
Building src...
Expand Down
1 change: 1 addition & 0 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ linux/mingw 或者 mac上:
```
$ git clone https://github.com/hesion3d/slimage.git
$ cd slimage
slimage$ export GOPATH=`pwd`/demo
slimage$ ./run.sh -f demo-config.sh -l min -n hello-slimage
Prepare for building...
Building src...
Expand Down

0 comments on commit 2a67fc7

Please sign in to comment.