From 6f500f7c8991f6b4337d2334e3393c671f01ea11 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 6 May 2014 12:31:25 +0200 Subject: [PATCH] Changed description for go patch. --- README.md | 2 +- go_src_pkg_flag.diff => go.diff | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename go_src_pkg_flag.diff => go.diff (100%) 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