tclip/README.md
Xe Iaso b397291bd2 initial commit
Signed-off-by: Xe Iaso <xe@tailscale.com>
2022-12-08 19:43:13 +00:00

20 lines
184 B
Markdown

# 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
```