Procházet zdrojové kódy

Add build instructions

Brendan Abolivier před 7 roky
rodič
revize
9b2d18e5e4
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6
    1
      README.md

+ 6
- 1
README.md Zobrazit soubor

@@ -20,7 +20,12 @@ without any warning. It is far from being ready for production.
20 20
 
21 21
 ## Build
22 22
 
23
-Coming soon (even though I hate READMEs saying that)...
23
+```bash
24
+git clone https://github.com/babolivier/sparrow
25
+cd sparrow
26
+npm install
27
+npm run build
28
+```
24 29
 
25 30
 ## Contribute
26 31