You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/started-installation.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,12 @@ To install the latest version of the Cicero command-line tools:
21
21
npm install -g @accordproject/cicero-cli
22
22
```
23
23
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
+
>```
31
30
32
31
To check that Cicero has been properly installed, and display the version number:
0 commit comments