Skip to content

Commit 5d86ab3

Browse files
committed
[DOCS]: added installation steps for macos and windows
1 parent a9c909b commit 5d86ab3

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

docs/cdt/installation.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,30 @@ sidebar_label: Installation
1313
- [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
1414
- Using [Npm](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/en/)
1515

16-
### installation Using NPM
16+
### Installation Using NPM
1717

18-
```sh-session
19-
$ npm install -g @codingtools/cdt
20-
$ cdt COMMAND
21-
running command...
18+
```bash
19+
npm install -g @codingtools/cdt
2220
```
2321

24-
### installation Using Yarn
22+
### Installation Using Yarn
2523

26-
```sh-session
27-
$ yarn global add @codingtools/cdt
28-
$ cdt COMMAND
29-
running command...
24+
```bash
25+
yarn global add @codingtools/cdt
3026
```
3127

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)
38+
39+
40+
### using Ubuntu/Debian Packages
41+
42+
will be available soon..

0 commit comments

Comments
 (0)