|
@@ -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.
|