Skip to content

Commit 997403c

Browse files
committed
docs: fix how to install oniguruma on linux
Signed-off-by: Manuel Carmona <[email protected]>
1 parent 166af2e commit 997403c

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)