fix: changed config.yaml location
Recent merge moved the location.
see: d61a46d4e5
This commit is contained in:
parent
0739873dcc
commit
90dfeb985a
1 changed files with 3 additions and 2 deletions
|
@ -21,9 +21,10 @@ $ ./install
|
|||
#+end_src
|
||||
|
||||
** Configuration
|
||||
If you want a template, you can copy the file from tst/config.yaml:
|
||||
If you want a template, you can copy the file from src/test/config.yaml:
|
||||
#+begin_src sh
|
||||
$ cp tst/config.yaml ~/.config/gg/config.yaml
|
||||
$ mkdir -p ~/.config/gg/
|
||||
$ cp src/test/config.yaml ~/.config/gg/config.yaml
|
||||
#+end_src
|
||||
|
||||
You should *seriously* change this file before running any commands.
|
||||
|
|
Loading…
Reference in a new issue