Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel authored Apr 3, 2022
1 parent 24e13cf commit cab80d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ An example configuration file including more detailed documentation can be found
To check whether your configuration is correct before actually running fan2go you can use:

```shell
> fan2go config validate
INFO Using configuration file at: ./fan2go.yaml
> sudo fan2go config validate
INFO Using configuration file at: /etc/fan2go/fan2go.yaml
SUCCESS Config looks good! :)
```

Expand Down Expand Up @@ -301,7 +301,7 @@ working as expected. Assuming you put your configuration file in `/etc/fan2go/fa
Alternatively you can specify the path to your configuration file like this:

```shell
> fan2go -c /home/markus/my_fan2go_config.yaml
> sudo fan2go -c /home/markus/my_fan2go_config.yaml
```

## As a Service
Expand Down

0 comments on commit cab80d2

Please sign in to comment.