Skip to content

Commit a9ca7a7

Browse files
committed
fix: Fixes to the README.md
1 parent f86eb2b commit a9ca7a7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This plugin provides **50+ resources** for managing common development tools and
8282
First, install the Codify CLI:
8383

8484
```bash
85-
npm install -g codify-cli
85+
/bin/bash -c "$(curl -fsSL https://releases.codifycli.com/install.sh)"
8686
```
8787

8888
### Basic Usage
@@ -128,7 +128,7 @@ That's it! Codify will install the packages, configure git, and set up your shel
128128
{
129129
"type": "homebrew",
130130
"formulae": ["git", "postgresql", "redis"],
131-
"casks": ["visual-studio-code", "docker"]
131+
"casks": ["docker"]
132132
},
133133
{
134134
"type": "nvm",
@@ -144,12 +144,7 @@ That's it! Codify will install the packages, configure git, and set up your shel
144144
]
145145
},
146146
{
147-
"type": "vscode",
148-
"extensions": [
149-
"dbaeumer.vscode-eslint",
150-
"esbenp.prettier-vscode",
151-
"ms-vscode.vscode-typescript-next"
152-
]
147+
"type": "vscode"
153148
}
154149
]
155150
```

0 commit comments

Comments
 (0)