Skip to content

Commit

Permalink
Add $ to shell lines in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fgallaire committed Aug 7, 2016
1 parent 5f17fee commit 6569507
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@ To install the last stable version from PyPI:

::

sudo pip install achilterm
$ sudo pip install achilterm

To install the development version from GitHub:

::

git clone https://github.com/fgallaire/achilterm.git
cd achilterm
sudo python setup.py install
$ git clone https://github.com/fgallaire/achilterm.git
$ cd achilterm
$ sudo python setup.py install

To run Achilterm after installation:

::

achilterm
$ achilterm

To run Achilterm from the source without installation:

::

./achilterm/achilterm.py
$ ./achilterm/achilterm.py

Then point your browser to this URL : ``http://localhost:8022/``

Expand Down

0 comments on commit 6569507

Please sign in to comment.