Skip to content

Commit 38513de

Browse files
authored
docs: update installation command for Debian/Ubuntu
1 parent 931a073 commit 38513de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ brew install openssl readline
2929
### Debian/Ubuntu
3030

3131
```bash
32-
sudo apt-get install build-essential libreadline-dev zlib1g-dev libssl-dev uuid-dev
32+
sudo apt-get install -y \
33+
build-essential libreadline-dev zlib1g-dev libssl-dev uuid-dev \
34+
bison flex perl pkg-config libicu-dev
3335
```
3436

3537
### RHEL/CentOS

0 commit comments

Comments
 (0)