Pārlūkot izejas kodu

Update 'README.md'

Andrej Studen 2 gadi atpakaļ
vecāks
revīzija
b0940fcdcf
1 mainītis faili ar 14 papildinājumiem un 1 dzēšanām
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -2,8 +2,21 @@
 
 A set of tools used to format NIX compatible databases. 
 
+### Installation
+
+#### Linux
+
+```bash
+git clone https://git0.fmf.uni-lj.si/studen/nixSuite.git
+```
+
+#### Windows
+
+Install git for [Windows][gitWindows], recommended to use Git Bash. Use commands for linux (cd, mkdir, etc.) and follow Linux installation instructions.
+
 ### Jupyter
 
 Look for example of a jupyter notebook that allows dynamic modification of a database [here][jupyterSample].
 
-[jupyterSample]: https://git0.fmf.uni-lj.si/studen/nixSuite/src/master/pythonScripts/updateFields.ipynb
+[jupyterSample]: https://git0.fmf.uni-lj.si/studen/nixSuite/src/master/pythonScripts/updateFields.ipynb
+[gitWindows]: https://gitforwindows.org/