Skip to content

Commit d427537

Browse files
authored
Merge pull request #1425 from ScriptInfra/patch-1
Update INSTALL.md
2 parents 8cb9b23 + 23a97b4 commit d427537

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

INSTALL.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,15 @@ brew install s3cmd
2828

2929
Installation of RPM package
3030
---------------------------
31-
As user "root" run:
31+
The s3cmd-X.Y.Z.noarch.rpm is available via the epel repository. Run the following command as the root user:
32+
```
33+
dnf install s3cmd
34+
```
35+
36+
If the package has been downloaded locally, run the following command as the root user, where X.Y.Z is the most recent s3cmd release version:
3237
```
3338
rpm -ivh s3cmd-X.Y.Z.noarch.rpm
3439
```
35-
where X.Y.Z is the most recent s3cmd release version.
3640

3741
You may be informed about missing dependencies
3842
on Python or some libraries. Please consult your
@@ -56,7 +60,7 @@ Installation from zip file
5660
There are three options to run s3cmd from source tarball:
5761

5862
1) The S3cmd program, as distributed in s3cmd-X.Y.Z.tar.gz
59-
on SourceForge or in master.zip on GitHub, can be run directly
63+
on [SourceForge](https://s3tools.org/download) or in master.zip on [GitHub](https://github.com/s3tools/s3cmd/archive/master.zip), can be run directly
6064
from where you unzipped the package.
6165

6266
2) Or you may want to move "s3cmd" file and "S3" subdirectory

0 commit comments

Comments
 (0)