mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-02 22:04:31 +01:00
24 lines
288 B
Markdown
24 lines
288 B
Markdown
# Pubky Homeserver
|
|
|
|
## Usage
|
|
|
|
Use `cargo run`
|
|
|
|
```bash
|
|
cargo run -- --config=./src/config.toml
|
|
```
|
|
|
|
Or Build first then run from target.
|
|
|
|
Build
|
|
|
|
```bash
|
|
cargo build --release
|
|
```
|
|
|
|
Run with an optional config file
|
|
|
|
```bash
|
|
../target/release/pubky_homeserver --config=./src/config.toml
|
|
```
|