瀏覽代碼

Add build instructions

Brendan Abolivier 7 年之前
父節點
當前提交
9b2d18e5e4
簽署人: Brendan Abolivier <contact@brendanabolivier.com> GPG 金鑰 ID: 8EF1500759F70623
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. 6
    1
      README.md

+ 6
- 1
README.md 查看文件

@@ -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