Skip to content

Commit

Permalink
docs: fix invalid config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
depapp authored and azzamsa committed Jun 18, 2024
1 parent 705322c commit c0fc2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ bilal current ... current salah time
bilal current --json .... with JSON format
```

To configure Bilal, first create a file named `bilal.toml` in `~/.config/bilal/` on Unix-like systems. On Windows, place it under `\AppData\Bilal\`. If you prefer a custom location, simply set the `BILAL_CONFIG` environment variable.
To configure Bilal, first create a file named `config.toml` in `~/.config/bilal/` on Unix-like systems. On Windows, place it under `\AppData\Bilal\`. If you prefer a custom location, simply set the `BILAL_CONFIG` environment variable.

Next, add your configuration details to the `bilal.toml` file:
Next, add your configuration details to the `config.toml` file:

```toml
latitude = -6.18233995
Expand Down

0 comments on commit c0fc2ea

Please sign in to comment.