File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ echo "deb https://artifacts.crowdin.com/repo/deb/ /" > /etc/apt/sources.list.d/c
67
67
And your repository is ready for use. You can install the Crowdin CLI Debian package with:
68
68
69
69
``` bash
70
- sudo apt-get update && sudo apt-get install crowdin3
70
+ sudo apt-get update && sudo apt-get install crowdin
71
71
```
72
72
73
73
To install the Crowdin CLI manually:
74
74
75
75
``` 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
77
77
sudo dpkg -i crowdin.deb
78
78
```
79
79
@@ -104,14 +104,14 @@ autorefresh=1
104
104
And your repository is ready for use. You can now install Crowdin CLI with one of the following commands:
105
105
106
106
``` bash
107
- sudo yum install crowdin3
108
- sudo dnf install crowdin3
107
+ sudo yum install crowdin
108
+ sudo dnf install crowdin
109
109
```
110
110
111
111
To install the Crowdin CLI manually:
112
112
113
113
``` 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
115
115
sudo rpm -U crowdin.rpm
116
116
```
117
117
You can’t perform that action at this time.
0 commit comments