Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skimklin committed Dec 5, 2023
1 parent a4bcdef commit 2ef07b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ $ openc <yourProjectFolderName>

#### tips
```bash
# show help command
$ openc --help

# If your code editor is not vscode
# then you need to change the executable command
# $folder is a placeholder and will be replaced with the corresponding path when executed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-opener-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "command line interface code opener",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2ef07b6

Please sign in to comment.