SkyzohKeyupdate readme
b01f674 (parent a27a5ae)7/25/2016, 3:56:05 PM
update readme
+ 6
- 0
@@ -22,19 +22,25 @@ You can use any of the following commands to create distributable ready builds.
 
 ### Linux
 ```shell
+# Go into the repository
 cd Tox-client
+# Start the build for linux
 npm run build:linux
 ```
 
 ### OSX
 ```shell
+# Go into the repository
 cd Tox-client
+# Start the build for OSX
 npm run build:osx
 ```
 
 ### Windows
 ```shell
+# Go into the repository
 cd Tox-client
+# Start the build for Windows
 npm run build:windows
 ```