Skip to content

Commit

Permalink
Update readme, fix missing modules directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Kotsis committed Nov 19, 2020
1 parent 8834f06 commit 3e41f02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ First get the code

git clone https://github.com/ulfox/goto.git

The installation is very trivial, since all we have to do is add in our ..bashrc. the following line
##### Get dependenceis

bash setup.sh

The installation after you download the pyyaml dependency is very trivial, since all we have to do is add in our ..bashrc. the following line

If we assume you installed moved the goto app under /opt/goto, then

Expand Down
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#!/usr/bin/env bash

mkdir -vp modules
pip install -r requirements.txt --target=modules/ pyyaml

0 comments on commit 3e41f02

Please sign in to comment.