Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
README: update installation guide
  • Loading branch information
alunux committed Jul 15, 2017
1 parent d0ba6ff commit 78f15be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -18,7 +18,9 @@ vala

**From source**
```bash
mkdir build && cd build && meson && ninja
mkdir build && cd build
meson --prefix /usr --buildtype=plain ..
ninja
sudo ninja install
```

Expand Down

0 comments on commit 78f15be

Please sign in to comment.