Skip to content

Commit 9faf1db

Browse files
authored
Merge pull request #481 from Rahul-R79/docs/update-cicero-version
docs: update Cicero CLI version to 0.24.0 and fix note formatting
2 parents 8b58d59 + 2a21bf2 commit 9faf1db

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/started-installation.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ To install the latest version of the Cicero command-line tools:
2121
npm install -g @accordproject/cicero-cli
2222
```
2323

24-
:::note
25-
You can install a specific version by appending `@version` at the end of the `npm install` command. For instance to install version `0.20.3` or version `0.13.4`:
26-
```bash
27-
npm install -g @accordproject/cicero-cli@0.20.3
28-
npm install -g @accordproject/cicero-cli@0.13.4
29-
```
30-
:::
24+
> You can install a specific version by appending `@version` at the end of the `npm install` command. For instance to install version `0.24.0` or version `0.13.4`:
25+
>
26+
> ```bash
27+
> npm install -g @accordproject/cicero-cli@0.24.0
28+
> npm install -g @accordproject/cicero-cli@0.13.4
29+
> ```
3130
3231
To check that Cicero has been properly installed, and display the version number:
3332
```bash

0 commit comments

Comments
 (0)