Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 453 Bytes
  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
# 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
go get
go build
  1. Run using API key
./syncthing-inotify -api="..."