Skip to content

Commit

Permalink
assume hombres will accept
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Feb 13, 2012
1 parent 0d74b8f commit 8cb5497
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.rst
Expand Up @@ -41,10 +41,20 @@ Install

Install it easily::

$ brew install autoenv

If you're on Linux, follow these simple steps:

$ git clone git://github.com/kennethreitz/autoenv.git ~/.autoenv
$ echo 'source ~/.autoenv/activate.sh' >> ~/.bashrc


Disclaimer
----------

Autoenv overrides ``cd``. If you already do this, invoke ``autoenv_init`` within your custom ``cd`` after sourcing ``activate.sh``.


Testing
-------

Expand All @@ -60,9 +70,3 @@ Test::
dtf tests/*
............
##### Processed commands 14 of 14, success tests 12 of 12.


Disclaimer
----------

Autoenv overrides ``cd``. If you already do this, invoke ``autoenv_init`` within your custom ``cd`` after sourcing ``activate.sh``.

0 comments on commit 8cb5497

Please sign in to comment.