Skip to content

Commit 440ec66

Browse files
chore: config file support
1 parent 1f62533 commit 440ec66

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
7. [iSH Installation (IOS)](#7-ish-installation-ios)
4545
- [Dependencies](#dependencies)
4646
- [Usage](#usage)
47+
- [Configuration](#configuration)
4748
- [Support](#support)
4849
- [Provider](#provider)
4950
- [Project Disclaimer](#project-disclaimer)
@@ -143,6 +144,17 @@ Options:
143144
play Stream your favourite movie by query.
144145
```
145146

147+
# Configuration
148+
149+
- **Windows**: `%APPDATA%/flix-cli/flix-cli.conf`
150+
- **Linux/MacOS/FreeBSD**: `$HOME/.config/flix-cli/flix-cli.conf`
151+
152+
example config file:
153+
154+
```conf
155+
dl_dir="/home/swarn/dl"
156+
```
157+
146158
# Support
147159
You can contact the developer directly via this <a href="mailto:swarn@demonkingswarn.ml">email</a>. However, the most recommended way is to head to the discord server.
148160

0 commit comments

Comments
 (0)