Skip to content

Commit

Permalink
Update README.md with config file info
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal06 committed Aug 27, 2022
1 parent fa11441 commit 49f4c75
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,16 @@ tags = ["lorem", "ipsum", "dolor"]
path = "lorem.tar.xz"
```
Run the executable, and that's it! You can visit it in the browser at the link displayed in the terminal.

You can configure it in a config file created automatically on the first run.

<details>
<summary>Default config</summary>

```toml
displayed_name = "Grasswave CDN"
files_path = "files"
accent_colors = ["#1D9F00", "#4DE928"]
http_port = 7000
```
</details>

0 comments on commit 49f4c75

Please sign in to comment.