Skip to content

Commit

Permalink
Fix for alias command for things to work. Files output in the right p…
Browse files Browse the repository at this point in the history
…lace! Closes #86.
  • Loading branch information
alexjc committed May 6, 2016
1 parent 06ad894 commit d2c2a3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ This is how you can do it in your terminal console on OSX or Linux:
.. code:: bash
# Setup the alias. Put this in your .bash_rc or .zshrc file so it's available at startup.
alias doodle="docker run -v $(pwd)/samples:/nd/samples -w /nd/samples \
-v $(pwd)/frames:/nd/frames -w /nd/frames \
alias doodle="docker run -v $(pwd)/samples:/nd/samples -v $(pwd)/frames:/nd/frames \
-it alexjc/neural-doodle"
# Now run any of the examples above using this alias, without the `.py` extension.
Expand Down

0 comments on commit d2c2a3d

Please sign in to comment.