You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pastebucket/README.md

15 lines
261 B

5 years ago
work in progress
mostly works though but needs more works
5 years ago
see it in action https://p.rascul.xyz
```bash
git clone https://gitlab.com/rascul/pasteb
cd pasteb
cp config.toml.default config.toml
$EDITOR config.toml
cargo build --release
cargo run --release
```