Skip to content

Commit 0c868a4

Browse files
docs: rename deb and rpm packages (#811)
1 parent ffacf0b commit 0c868a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ echo "deb https://artifacts.crowdin.com/repo/deb/ /" > /etc/apt/sources.list.d/c
6767
And your repository is ready for use. You can install the Crowdin CLI Debian package with:
6868

6969
```bash
70-
sudo apt-get update && sudo apt-get install crowdin3
70+
sudo apt-get update && sudo apt-get install crowdin
7171
```
7272

7373
To install the Crowdin CLI manually:
7474

7575
```bash
76-
wget https://artifacts.crowdin.com/repo/deb/crowdin3.deb -O crowdin.deb
76+
wget https://artifacts.crowdin.com/repo/deb/crowdin.deb -O crowdin.deb
7777
sudo dpkg -i crowdin.deb
7878
```
7979

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

106106
```bash
107-
sudo yum install crowdin3
108-
sudo dnf install crowdin3
107+
sudo yum install crowdin
108+
sudo dnf install crowdin
109109
```
110110

111111
To install the Crowdin CLI manually:
112112

113113
```bash
114-
wget https://artifacts.crowdin.com/repo/rpm/crowdin3.rpm -O crowdin.rpm
114+
wget https://artifacts.crowdin.com/repo/rpm/crowdin.rpm -O crowdin.rpm
115115
sudo rpm -U crowdin.rpm
116116
```
117117

0 commit comments

Comments
 (0)