Skip to content

Commit e3402e3

Browse files
committed
slightly rework docs
1 parent 0cedc14 commit e3402e3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cli/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# dcs-cli
1+
# deploy-code-server cli
22

33
Provision a code-server instance from your terminal.
44

5+
## Instructions
6+
7+
npm package coming soon
8+
59
## Development
610

711
```console
@@ -10,5 +14,6 @@ cd deploy-code-server/cli
1014
npm install && npm run build:watch
1115

1216
# in another session:
17+
cd deploy-code-server/cli
1318
node bin/index.js
1419
```

0 commit comments

Comments
 (0)