diff options
| author | lassulus <lassulus@lassul.us> | 2017-08-06 19:47:21 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2017-08-10 12:54:05 +0200 | 
| commit | d41df8e8326b23487e1348289e94ea526e582526 (patch) | |
| tree | 0504d8bd795bfe6fe311a7f82daf30ea43d35bb0 | |
| parent | 2a93b4584bdcddc4b2116b33b5f024d288a464fa (diff) | |
doc Issues: fix clone repo step
| -rw-r--r-- | doc/Issues.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Issues.md b/doc/Issues.md index 20eacb11f..42e36b97a 100644 --- a/doc/Issues.md +++ b/doc/Issues.md @@ -3,7 +3,7 @@  We have an issue tracker on a seperate repository `stockholm-issues'  installation is easy:    install gi (nix-shell -p gi) -  in the stockholm root clone stockholm repo (gi clone git@prism:stockholm-issues) +  clone stockholm-issues repo (gi clone git@prism:stockholm-issues ~/stockholm)    now you can list issues with gi list  check out the documentation: https://github.com/dspinellis/gi  | 
