diff --git a/README.md b/README.md index b8b3edff..4fd4b0a1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A port of [syncthing](https://github.com/calmh/syncthing) to Android. Setup [goandroid](https://github.com/eliasnaur/goandroid). -Then, apply `go_src_pkg_flag.diff` to `src/pkg/flag/flag.go`in your local golang source, and compile and install it. +Then, apply `go.diff` to your local golang source, and compile it. For syncthing, use [my fork](https://github.com/Nutomic/syncthing/tree/android). diff --git a/go_src_pkg_flag.diff b/go.diff similarity index 100% rename from go_src_pkg_flag.diff rename to go.diff