Skip to content

Commit 3e41f02

Browse files
author
Christos Kotsis
committed
Update readme, fix missing modules directory
1 parent 8834f06 commit 3e41f02

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ First get the code
1212

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

15-
The installation is very trivial, since all we have to do is add in our ..bashrc. the following line
15+
##### Get dependenceis
16+
17+
bash setup.sh
18+
19+
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
1620

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

setup.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
mkdir -vp modules
14
pip install -r requirements.txt --target=modules/ pyyaml

0 commit comments

Comments
 (0)