Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,18 @@ macOS/Linux:
```bash
./local-dev --help
./local-dev doctor
````
```

글로벌 설치:
```bash
npm i -g @cloud-native-devkit/cli
cnd doctor
```

npx로 실행:
```bash
npx @cloud-native-devkit/cli doctor
```

Windows (PowerShell):

Expand Down
Loading