Browse Source

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

Wirecog 6 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,6 +104,8 @@ Kick automatically recompiles Go code, and it has the ability to take both the `
104 104
 
105 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 109
 ### The Isomorphic Go Project
108 110
 More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
109 111