tclip/README.md

20 lines
184 B
Markdown
Raw Normal View History

# paste
A self-hostable pastebin for your tailnet.
## Development
1. Install Nix
2. Enable flakes
3. `nix develop`
## Building
```
nix build .#bin
```
```
nix build .#docker
```