Replies: 1 comment 1 reply
-
Yup, thanks. I will fix this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A minor suggestion:
The docs and the
README
mention the following command to generate a config file:aura/README.md
Lines 190 to 195 in 5c40a89
However, this command will fail since
~/.config/aura
directory doesn't exist (unless the user already usedaura
in the past and kept the directory for some reason):Maybe the directory creation could be automated? Or at least
mkdir -p ~/.config/aura
should be added to the documentation?
Keep up the good work!
Beta Was this translation helpful? Give feedback.
All reactions