From 4c544e8d159a040d03de87ae13afe8d21648ed63 Mon Sep 17 00:00:00 2001 From: Eric Lewis Date: Tue, 27 Feb 2024 12:30:35 -0500 Subject: [PATCH] chore: readme --- packages/deployer/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/deployer/README.md b/packages/deployer/README.md index 257ac5a0..04c5d6b5 100644 --- a/packages/deployer/README.md +++ b/packages/deployer/README.md @@ -4,6 +4,12 @@ ```bash yarn ``` + ```bash + brew install jq # if you do not have jq installed already + ``` + + + Example of how to make the necessary deploy edits [here](https://github.com/snowball-tools/snowballtools-base/pull/131/files). @@ -90,4 +96,4 @@ Example of how to make the necessary deploy edits [here](https://github.com/snow - Command to refill bond ```bash yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000 - ``` \ No newline at end of file + ```