Browse Source

Added note that Kick doesn't currently work on Windows.

Wirecog 7 years ago
parent
commit
bf8d4b9d24
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Readme.md

+ 4
- 0
Readme.md View File

@@ -8,6 +8,10 @@ An *instant kickstart* consists of a recompilation of the Go code and a restart
8 8
 
9 9
 Kick comes with the ability to take both the `go` and `gopherjs` commands into consideration when performing the *instant kickstart*.
10 10
 
11
+Please note, that Kick, currently works on Unix-like operating systems (e.g., BSD, Linux, Mac OS) only. 
12
+
13
+Kick doesn't work on Windows, due to some [technical limitations](https://github.com/fsnotify/fsnotify/issues/53).
14
+
11 15
 ## Installation
12 16
 
13 17
 Before installing Kick, it is recommended, to install the barebones [isogoapp](https://github.com/isomorphicgo/isogoapp) first – since it will provide you an example of how to use kick.