Allow configuring the port and folder to be configured with env variables

This commit is contained in:
Zef Hemel
2023-05-24 05:42:02 +02:00
parent 62330c5f07
commit 863b92df6a
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ This consists of two steps (unless Deno is already installed — in which case w
With Deno installed, run:
```shell
deno install -f --name silverbullet -A https://silverbullet.md/silverbullet.js
deno install -f --name silverbullet -A https://get.silverbullet.md
```
This will install `silverbullet` into your `~/.deno/bin` folder (which should already be in your `$PATH` if you followed the Deno install instructions).