Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Sep 8, 2023
1 parent d1b33ae commit 580be5b
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 @@ -12,11 +12,11 @@ This `deb`/`rpm` repository is powered by [Github Actions](https://github.com/me
## Installation Script
### DEB System
```bash
sudo bash -c 'curl -s https://github.com/metrico/metrico.github.io/raw/main/libchdb_installer.sh | bash'
wget -q -O - https://github.com/metrico/metrico.github.io/raw/main/libchdb_installer.sh | sudo bash
sudo yum install -y libchdb
```
### RPM System
```bash
sudo bash -c 'curl -s https://github.com/metrico/metrico.github.io/raw/main/libchdb_installer.sh | bash'
wget -q -O - https://github.com/metrico/metrico.github.io/raw/main/libchdb_installer.sh | sudo bash
sudo apt install libchdb
```

0 comments on commit 580be5b

Please sign in to comment.