mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-03 21:15:22 +01:00
29 lines
316 B
Markdown
29 lines
316 B
Markdown
|
|
# cdk-mintd
|
|
|
|
## Building from source
|
|
|
|
```sh
|
|
nix develop
|
|
```
|
|
|
|
#### Build
|
|
|
|
```sh
|
|
cargo b --bin cdk-mintd -r
|
|
```
|
|
|
|
## Configuration
|
|
|
|
### Copy example config to cdk-mintd working directory.
|
|
|
|
```sh
|
|
cp ./example.config.toml ~/.cdk-mintd/config.toml
|
|
```
|
|
|
|
### Edit config file
|
|
|
|
```sh
|
|
vi ~/.cdk-mintd/config.toml
|
|
```
|