Skip to content

Commit b3beab5

Browse files
committed
feat: Updated README
1 parent 54c6ef6 commit b3beab5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Setting up a new development machine is often a tedious and manual process. Codi
2727
1. **Install Codify:**
2828

2929
```sh-session
30-
$ npm install -g codify
30+
/bin/bash -c "$(curl -fsSL https://releases.codifycli.com/install.sh)"
3131
```
3232

3333
2. **Initialize a new project:**
3434

3535
The `init` command will scan your system for installed packages and generate a `codify.jsonc` file for you.
3636

3737
```sh-session
38-
$ codify init
38+
codify init
3939
```
4040

4141
3. **Plan and Apply:**
@@ -47,16 +47,17 @@ Setting up a new development machine is often a tedious and manual process. Codi
4747

4848
Here are some of the most common commands:
4949

50-
| Command | Description |
51-
|---|---|
52-
| `codify init` | Initialize a new Codify project by scanning your system. |
53-
| `codify import` | Import existing resources into your `codify.jsonc` file. |
54-
| `codify plan` | Show the execution plan without applying any changes. |
55-
| `codify apply` | Apply the changes to your system. |
56-
| `codify destroy` | Remove resources managed by Codify. |
57-
| `codify validate` | Validate your `codify.jsonc` file. |
58-
| `codify connect` | Connect the CLI to the Codify Dashboard. |
59-
| `codify login` | Log in to your Codify account. |
50+
| Command | Description |
51+
|-------------------|----------------------------------------------------------|
52+
| `codify init` | Initialize a new Codify project by scanning your system. |
53+
| `codify import` | Import existing resources into your `codify.jsonc` file. |
54+
| `codify plan` | Show the execution plan without applying any changes. |
55+
| `codify apply` | Apply the changes to your system. |
56+
| `codify destroy` | Remove resources managed by Codify. |
57+
| `codify validate` | Validate your `codify.jsonc` file. |
58+
| `codify connect` | Connect the CLI to the Codify Dashboard. |
59+
| `codify login` | Log in to your Codify account. |
60+
| `codify test` | Launch a VM to test a Codify config |
6061

6162
For a full list of commands and options, run `codify --help`.
6263

0 commit comments

Comments
 (0)