Skip to content

Commit

Permalink
docs: fix installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Dec 10, 2023
1 parent ca87dc0 commit ed5970d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 42 deletions.
22 changes: 1 addition & 21 deletions docs/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,7 @@ and readable.

## Installation

Commander is not yet available through the npm registry.

To install it, you'll have to use the GitHub URL.

<Tabs>
<TabItem value="npm" default>
```bash title="Terminal"
npm install paradoxuum/commander
```
</TabItem>
<TabItem value="yarn">
```bash title="Terminal"
yarn add https://github.com/paradoxuum/commander.git
```
</TabItem>
<TabItem value="pnpm">
```bash title="Terminal"
pnpm add paradoxuum/commander
```
</TabItem>
</Tabs>
Commander is not yet available! A release will be coming soon.

## Starting Commander

Expand Down
28 changes: 7 additions & 21 deletions docs/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,10 @@ found in its [documentation](https://roblox-ts.com/docs/setup-guide).

## Commander

Commander is not yet available through the npm registry.

To install it, you'll have to use the GitHub URL.

<Tabs>
<TabItem value="npm" default>
```bash title="Terminal"
npm install paradoxuum/commander
```
</TabItem>
<TabItem value="yarn">
```bash title="Terminal"
yarn add https://github.com/paradoxuum/commander.git
```
</TabItem>
<TabItem value="pnpm">
```bash title="Terminal"
pnpm add paradoxuum/commander
```
</TabItem>
</Tabs>
Commander is not yet available! A release will be coming soon.

If you want to use it in the meantime, you may install it by cloning the repository and generating
a tarball using `npm pack`. You can then install Commander using this file, e.g. `npm install (tgz file path)`.

Keep in mind that this project has planned features that will be implemented before the initial release, so
I would recommend waiting for a release instead.

0 comments on commit ed5970d

Please sign in to comment.