From 8e594d9664e67a68534ab95002d794c5c57ecdf5 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 6 Mar 2023 15:53:11 -0500 Subject: [PATCH] TODO finish cleaning up --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d769c5c..6583b6b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ CLI utility written in TS, used to interact with laconicd. Depends on [laconic-s ## Setup -* Run `yarn` to install all dependencies. +`npm config set registry https://git.vdb.to/api/packages/cerc-io/npm/` + +* Run `yarn && yarn build` to install all dependencies. * Create a `config.yml` file from [config.example.yml](./config.example.yml) file.