From f21842a47161203e918f92a6b5b98a0034bb8428 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 26 Mar 2022 00:45:24 -0400 Subject: [PATCH] readme update --- readme.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index bc960d4..01830b2 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,11 @@ +otherwise... +* install deno + * `curl -fsSL https://deno.land/x/install/install.sh | sh` + * follow the instructions that print at the end of the script about setting up deno info in your bashrc + * `exec bash` to use the .bashrc changes +* copy `.env.example` to `.env` and update the parameters in it +* run `deno run --allow-read --allow-net --unstable --allow-env index.js` + sometimes you need to run `deno cache -r index.js` due to stale code sitting in the cache. The database uses a cert to encrypt traffic. if the cert is expired it will need dealt with. -otherwise... -* install deno - * curl -fsSL https://deno.land/x/install/install.sh | sh - * copy the .bashrc stuff per the instructions at the end of the install - * exec bash to use the .bashrc changes -* copy `.env.example` to `.env` and update the parameters in it -* run `deno run --allow-read --allow-net --unstable --allow-env index.js`