mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-31 11:04:20 +01:00
Add installation doc
This commit is contained in:
15
docs/installation.md
Normal file
15
docs/installation.md
Normal 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.
|
||||
Reference in New Issue
Block a user