Browse Source

Small fix for arch instructions

merge-requests/365/head
Jørgen Lien Sellæg 10 years ago
parent
commit
5b3ed9ad8a
  1. 3
      docs/install.md

3
docs/install.md

@ -68,7 +68,8 @@ make install
##Arch
Install dependencies:
```sh
pacman -S git cmake make clang gtksourceviewmm3 boost aspell aspell-en
#as root
pacman -S git cmake make clang gtksourceviewmm boost aspell aspell-en
```
Get juCi++ source, compile and install

Loading…
Cancel
Save