Skip to content

Commit

Permalink
fix typos on faq
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Jul 16, 2021
1 parent 278758c commit 30c91bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Move the newly created "jfa-go.service" file to ~/.config/systemd/user (Creating
Then run "systemctl --user daemon-reload".
You can then run:

systemctl --user start jfa-go
To start: "systemctl --user start jfa-go"

To stop: To restart: systemctl --user stop jfa-go
To stop: "systemctl --user stop jfa-go"

systemctl --user stop jfa-go
To restart: "systemctl --user restart jfa-go"
```
## I closed jfa-go during setup, and now it's broken/i can't get back to it.
Expand All @@ -40,7 +40,7 @@ Try deleting the config directory. When you first run jfa-go, it will print some
In this case, `/tmp/jfa-go` is the config directory. Delete it, and run the program again to start setup again.
If you're using a build with a tray icon, you won't see this message, so here's some common paths:
* Linux: `~/.jfa-go/config.ini`
* Linux: `~/.config/jfa-go/config.ini`
* Windows: `C:\Users\<your username>\AppData\Roaming\jfa-go\config.ini`
* macOS: `~/Library/Application Support/jfa-go/config.ini`
Expand Down

0 comments on commit 30c91bc

Please sign in to comment.