Add installation doc

This commit is contained in:
Alex Gleason 2024-03-01 19:40:41 -06:00
parent c24e1f42a6
commit d83bd463b9
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 15 additions and 0 deletions

15
docs/installation.md Normal file
View File

@ -0,0 +1,15 @@
# 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.