commit 2a452002e9f542031889ee0fa9be09d40f823e5b parent bca605e1efac52b7533e586b711252b7d25a44ec Author: n0tr1v <n0tr1v@protonmail.com> Date: Fri, 31 Mar 2023 23:28:32 -0700 add profile boilerplate to readme Diffstat:
| M | README.md | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -69,3 +69,16 @@ Pre-buit binaries can be found on the [official website](http://dkforestseeaaq2d ## Cross compile `cargo build --release --target x86_64-pc-windows-gnu` + + +## Profiles + +To automatically login when starting the application, you can put the following content in your config file `/path/to/rs.bhcli/default-config.toml` + +```toml +[profiles] + +[profiles.default] +username = "username" +password = "password" +```