From aa13d044e9696fe3dbcaa1e28d2b7a52126b4708 Mon Sep 17 00:00:00 2001 From: Irakli Safareli Date: Mon, 1 Apr 2019 22:28:02 +0400 Subject: [PATCH] Update installation.rst (#99) Update shell code blocks --- docs/compiling.rst | 1 + docs/installation.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/compiling.rst b/docs/compiling.rst index b35abca..ab3f398 100644 --- a/docs/compiling.rst +++ b/docs/compiling.rst @@ -6,6 +6,7 @@ Compiling ========= .. code-block:: shell + chanterelle compile chanterelle genesis --input ./base-genesis-block.json --output ./injected-genesis-block.json diff --git a/docs/installation.rst b/docs/installation.rst index 0691c80..d136425 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -8,9 +8,11 @@ installing Chanterelle CLI you can install `master` of chanterelle CLI globally using npm: .. code-block:: shell + npm install -g f-o-a-m/chanterelle Or if you would like to install specific version like `v9.9.9 for example do: .. code-block:: shell + npm install -g f-o-a-m/chanterelle#v9.9.9