diff --git a/README.md b/README.md index 44b0c64..610de41 100644 --- a/README.md +++ b/README.md @@ -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 ```