From 5abe461df6edb14b606bd65a95f56d10ab93259c Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Tue, 28 May 2024 12:13:20 +0300 Subject: [PATCH] docs: rename deb and rpm packages --- website/docs/installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/installation.md b/website/docs/installation.md index e9ea635a..fd526730 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -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 ``` @@ -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 ```