Browse Source

Added note that kick only works on Unix-like OSes.

Wirecog 7 years ago
parent
commit
2437edd563
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Readme.md

+ 2
- 0
Readme.md View File

104
 
104
 
105
 Kick performs an *instant kickstart* of the web server instance, upon the modification of a Go source file. [Check out Kick](https://github.com/isomorphicgo/kick)
105
 Kick performs an *instant kickstart* of the web server instance, upon the modification of a Go source file. [Check out Kick](https://github.com/isomorphicgo/kick)
106
 
106
 
107
+Please note, that Kick will only work on Unix-like operating systems (e.g., BSD, Linux, Mac OS).
108
+
107
 ### The Isomorphic Go Project
109
 ### The Isomorphic Go Project
108
 More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
110
 More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
109
 
111