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/cdt/installation.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,30 @@ sidebar_label: Installation
13
13
-[Node.js](https://nodejs.org/en/download/) version >= 8.0.0 or above (which can be checked by running `node -v`). You can use [nvm](https://github.com/nvm-sh/nvm) for managing multiple Node versions on a single machine installed
14
14
- Using [Npm](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/en/)
15
15
16
-
### installation Using NPM
16
+
### Installation Using NPM
17
17
18
-
```sh-session
19
-
$ npm install -g @codingtools/cdt
20
-
$ cdt COMMAND
21
-
running command...
18
+
```bash
19
+
npm install -g @codingtools/cdt
22
20
```
23
21
24
-
### installation Using Yarn
22
+
### Installation Using Yarn
25
23
26
-
```sh-session
27
-
$ yarn global add @codingtools/cdt
28
-
$ cdt COMMAND
29
-
running command...
24
+
```bash
25
+
yarn global add @codingtools/cdt
30
26
```
31
27
28
+
## Using Installers and Tarballs
29
+
30
+
### using windows installer
31
+
32
+
you can find windows installers for latest release [here](https://github.com/codingtools/cdt/releases)
33
+
34
+
35
+
### using MacOs installer
36
+
37
+
you can find MacOs installers for latest release [here](https://github.com/codingtools/cdt/releases)
0 commit comments