mirror of
https://github.com/miguelmota/cointop
synced 2024-11-16 21:25:38 +00:00
Update README
This commit is contained in:
parent
2d4185bbce
commit
d13be7ddda
@ -482,10 +482,10 @@ refresh_rate = 60
|
|||||||
pro_api_key = ""
|
pro_api_key = ""
|
||||||
```
|
```
|
||||||
|
|
||||||
You may specify a different config file to use by using the `-config` flag:
|
You may specify a different config file to use by using the `--config` flag:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cointop -config="/path/to/config.toml"
|
cointop --config="/path/to/config.toml"
|
||||||
```
|
```
|
||||||
|
|
||||||
## List of actions
|
## List of actions
|
||||||
@ -839,7 +839,7 @@ Frequently asked questions:
|
|||||||
|
|
||||||
- Q: How can use a different config file other than the default?
|
- Q: How can use a different config file other than the default?
|
||||||
|
|
||||||
- A: Run `cointop -config="/path/to/config.toml"` to use the specified file as the config.
|
- A: Run cointop with the `--config` flag, eg `cointop --config="/path/to/config.toml"`, to use the specified file as the config.
|
||||||
|
|
||||||
- Q: I'm getting the error `open /dev/tty: no such device or address`.
|
- Q: I'm getting the error `open /dev/tty: no such device or address`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user