Skip to content

Commit 71c5197

Browse files
authored
Merge pull request #471 from mcarmonaa/fix/docs-oniguruma-installation
docs: fix how to install oniguruma on linux
2 parents 166af2e + 997403c commit 71c5197

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/using-gitbase/getting-started.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,13 @@ brew install oniguruma
6464

6565
Linux:
6666

67+
- Debian-based distros:
6768
```
68-
sudo apt-get install libonig2
69+
sudo apt-get install libonig2 libonig-dev
70+
```
71+
- Arch linux:
72+
```
73+
pacman -S oniguruma
6974
```
7075

7176
Then build gitbase like this:

0 commit comments

Comments
 (0)