Skip to content

Commit

Permalink
docs: rename deb and rpm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed May 28, 2024
1 parent 8716ee4 commit 5abe461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ echo "deb https://artifacts.crowdin.com/repo/deb/ /" > /etc/apt/sources.list.d/c
And your repository is ready for use. You can install the Crowdin CLI Debian package with:

```bash
sudo apt-get update && sudo apt-get install crowdin3
sudo apt-get update && sudo apt-get install crowdin
```

To install the Crowdin CLI manually:

```bash
wget https://artifacts.crowdin.com/repo/deb/crowdin3.deb -O crowdin.deb
wget https://artifacts.crowdin.com/repo/deb/crowdin.deb -O crowdin.deb
sudo dpkg -i crowdin.deb
```

Expand Down Expand Up @@ -104,14 +104,14 @@ autorefresh=1
And your repository is ready for use. You can now install Crowdin CLI with one of the following commands:

```bash
sudo yum install crowdin3
sudo dnf install crowdin3
sudo yum install crowdin
sudo dnf install crowdin
```

To install the Crowdin CLI manually:

```bash
wget https://artifacts.crowdin.com/repo/rpm/crowdin3.rpm -O crowdin.rpm
wget https://artifacts.crowdin.com/repo/rpm/crowdin.rpm -O crowdin.rpm
sudo rpm -U crowdin.rpm
```

Expand Down

0 comments on commit 5abe461

Please sign in to comment.