Skip to content

Commit

Permalink
Updates to INSTALL file
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobar committed Apr 9, 2014
1 parent fe856c5 commit 60582c2
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
Installation of s3cmd package
=============================

Author:
Michal Ludvig <michal@logix.cz>
(c) TGRMN Software and contributors
Copyright:
TGRMN Software and contributors

S3tools / S3cmd project homepage:
http://s3tools.sourceforge.net

Amazon S3 homepage:
http://aws.amazon.com/s3
http://s3tools.org

!!!
!!! Please consult README file for setup, usage and examples!
Expand All @@ -18,10 +14,11 @@ Amazon S3 homepage:
Package formats
---------------
S3cmd is distributed in two formats:

1) Prebuilt RPM file - should work on most RPM-based
distributions
2) Source .tar.gz package

2) Source .tar.gz package


Installation of RPM package
Expand All @@ -37,12 +34,12 @@ on Python or some libraries. Please consult your
distribution documentation on ways to solve the problem.


Installation of source .tar.gz package
--------------------------------------
Installation from source .tar.gz package
----------------------------------------
There are three options to run s3cmd from source tarball:

1) S3cmd program as distributed in s3cmd-X.Y.Z.tar.gz
can be run directly from where you untar'ed the package.
1) The S3cmd program, as distributed in s3cmd-X.Y.Z.tar.gz,
can be run directly from where you unzipped the package.

2) Or you may want to move "s3cmd" file and "S3" subdirectory
to some other path. Make sure that "S3" subdirectory ends up
Expand All @@ -52,7 +49,7 @@ There are three options to run s3cmd from source tarball:
you will have $HOME/bin/s3cmd file and $HOME/bin/S3 directory
with a number of support files.

3) The cleanest and most recommended approach is to run
3) The cleanest and most recommended approach is to just run:

python setup.py install

Expand All @@ -67,7 +64,7 @@ There are three options to run s3cmd from source tarball:
find out the actual package name and how to install it then.


Note to distibutions package maintainers
Note to distributions package maintainers
----------------------------------------
Define shell environment variable S3CMD_PACKAGING=yes if you
don't want setup.py to install manpages and doc files. You'll
Expand All @@ -88,11 +85,4 @@ get back to us via mailing list:
s3tools-general@lists.sourceforge.net

For more information refer to:
* S3cmd / S3tools homepage at http://s3tools.sourceforge.net

Enjoy!

Michal Ludvig
* michal@logix.cz
* http://www.logix.cz/michal

* S3cmd / S3tools homepage at http://s3tools.org

0 comments on commit 60582c2

Please sign in to comment.