ditto/docs/installation.md

16 lines
288 B
Markdown
Raw Permalink Normal View History

2024-03-02 01:40:41 +00:00
# Installing Ditto
First, install Deno:
```sh
curl -fsSL https://deno.land/x/install/install.sh | sudo DENO_INSTALL=/usr/local sh
```
Now, run Ditto:
```sh
deno run -A https://gitlab.com/soapbox-pub/ditto/-/raw/main/src/server.ts
```
That's it! Ditto is now running on your machine.