Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Nov 9, 2023
1 parent e6421e2 commit baa5b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ This `deb`/`rpm` repository is powered by [Github Actions](https://github.com/me
### DEB System
```bash
wget -q -O - https://github.com/metrico/metrico.github.io/raw/main/libchdb_installer.sh | sudo bash
sudo yum install -y libchdb
sudo apt install -y libchdb
```
### RPM System
```bash
wget -q -O - https://github.com/metrico/metrico.github.io/raw/main/libchdb_installer.sh | sudo bash
sudo apt install libchdb
sudo yum install libchdb
```

0 comments on commit baa5b1e

Please sign in to comment.