Commit 430c7f14cbd0069085e7f01b57984f51939db66b
Update README.md
mix irving authored on 2/22/2017, 1:15:42 AMGitHub committed on 2/22/2017, 1:15:42 AM
Parent: 74f49434445c5d9e01f6946c68205bfb4d8f1af1
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -13,8 +13,14 @@ | |||
13 | 13 … | $ npm install | |
14 | 14 … | $ npm start | |
15 | 15 … | ``` | |
16 | 16 … | ||
17 … | +On linux you'll need some more dependencies for the spell-checker. On debian: | ||
18 … | + | ||
19 … | +```sh | ||
20 … | +sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev | ||
21 … | +``` | ||
22 … | + | ||
17 | 23 … | ## TODO | |
18 | 24 … | ||
19 | 25 … | - [x] Main navigation buttons | |
20 | 26 … | - [x] Compressed feed (the algorithm :wink:) |
Built with git-ssb-web