55
66Register an Admin User
77======================
8- Once your :ref: `Controller ` is running, you must register an admin user
9- using the Deis client. The Deis command-line interface (CLI), or client,
8+ Once your :ref: `Controller ` is running, you must register an admin user
9+ using the Deis client. The Deis command-line interface (CLI), or client,
1010allows you to interact with a Deis :ref: `Controller `. You must install
1111the client to use Deis.
1212
@@ -18,7 +18,7 @@ Install the latest Deis client using Python's pip_ package manager:
1818
1919 $ pip install -upgrade deis
2020 Downloading/unpacking deis
21- Downloading deis-0.9 .0.tar.gz
21+ Downloading deis-0.10 .0.tar.gz
2222 Running setup.py egg_info for package deis
2323 ...
2424 Successfully installed deis
@@ -27,11 +27,11 @@ Install the latest Deis client using Python's pip_ package manager:
2727 Usage: deis <command> [<args>...]
2828
2929 If you don't have Python _ installed, you can download a binary executable
30- version of the Deis client for Mac OS X, Windows, or Debian Linux:
30+ version of the Deis client for Mac OS X, Windows, or Linux amd64 :
3131
32- - https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.9 .0.tgz
33- - https://s3-us-west-2.amazonaws.com/opdemand/deis-win32 -0.9 .0.zip
34- - https://s3-us-west-2.amazonaws.com/opdemand/deis-deb-wheezy-0.9 .0.tgz
32+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.10 .0.tgz
33+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-win64 -0.10 .0.zip
34+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.10 .0.tgz
3535
3636Register a User
3737---------------
0 commit comments