summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-08-05 22:17:36 +0200
committertarek <none@none>2009-08-05 22:17:36 +0200
commit0497f929d4e5868d987a1a139a75e5e1fcfcdba0 (patch)
treeb5012b6ecd1f7eda8a874c4a420307bc852493b9 /README.txt
parentec0118e53d7a36111e45c0f18efebebab4184872 (diff)
downloadpython-setuptools-git-0497f929d4e5868d987a1a139a75e5e1fcfcdba0.tar.gz
bootstraping.py -> bootstrapping.py
--HG-- branch : distribute extra : rebase_source : b54a39a7e7f17f3275d62d29da37de0776fb7ee3
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index d4f8fbea..7a82dff1 100755
--- a/README.txt
+++ b/README.txt
@@ -40,20 +40,20 @@ are available at the PyPI page and here :
http://bitbucket.org/tarek/distribute/downloads.
It can be installed using easy_install or pip, with the source tarball, with the
-eggs distribution, or using the ``bootstraping.py`` script provided online.
+eggs distribution, or using the ``bootstrapping.py`` script provided online.
-``bootstraping.py`` is the simplest and preferred way on all systems.
+``bootstrapping.py`` is the simplest and preferred way on all systems.
-bootstraping.py
-===============
+bootstrapping.py
+================
-Download ``bootstraping.py`` and execute it, using the Python interpreter of
+Download ``bootstrapping.py`` and execute it, using the Python interpreter of
your choice.
If your shell has the `wget` programm you can do::
- $ wget http://bitbucket.org/tarek/distribute/downloads/bootstraping.py
- $ python bootstraping.py
+ $ wget http://bitbucket.org/tarek/distribute/downloads/bootstrapping.py
+ $ python bootstrapping.py
easy_install or pip
===================
@@ -117,7 +117,7 @@ Windows
-------
Don't install Distribute trying to execute the egg, because it's aimed to
-sh-based shells. Instead, use the ``bootstraping.py`` method, that will
+sh-based shells. Instead, use the ``bootstrapping.py`` method, that will
download the egg for you, then install the egg.
---------------------------