Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
Updated repository information
Browse files Browse the repository at this point in the history
  • Loading branch information
Zillode committed Nov 21, 2014
1 parent 64663dd commit 4bf646e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
1. Build syncthing-inotify
```
# To clone
mkdir -p src/github.com/Zillode
git clone https://github.com/Zillode/syncthing-inotify.git src/github.com/Zillode/syncthing-inotify
mkdir -p src/github.com/syncthing
git clone https://github.com/syncthing/inotify.git src/github.com/syncthing/inotify
# Following commands are needed every time you want to build (unless you use Golang's specific folder structure: C:\src or ~/src/)
export GOPATH=$(pwd)
cd src/github.com/Zillode/syncthing-inotify
cd src/github.com/syncthing/inotify
go get
go build
```
Expand Down

0 comments on commit 4bf646e

Please sign in to comment.