Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docsite typos #3893

Merged
merged 2 commits into from
Aug 20, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docsite/latest/rst/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ You will want to install the dependencies needed by Ansible with pip if going fr

# on Ubuntu, for example:
apt-get install python-dev python-pip
pip-install PyYAML Jinja2 paramiko
pip install PyYAML Jinja2 paramiko

Once running the env-setup script you'll be running from checkout and the default inventory file
will be /etc/anisble/hosts. You can optionally specify an inventory file (see :doc:`patterns`)
will be /etc/ansible/hosts. You can optionally specify an inventory file (see :doc:`patterns`)
other than /etc/ansible/hosts:

.. code-block:: bash
Expand Down