tclip/README.md

21 lines
235 B
Markdown
Raw Normal View History

# infinipaste
A self-hostable pastebin for your tailnet. It can store an infinite\*
number of pastes.
## Development
1. Install Nix
2. Enable flakes
3. `nix develop`
## Building
```
nix build .#web
```
```
nix build .#docker
```