Skip to content

Commit

Permalink
v1.2.0, Note added for windows cmd users
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Sep 12, 2019
1 parent db00692 commit 5fbb95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cd $(pm getpath [projectName])
```
`[projectName]` is an optional parameter.
**Alias :** `cd $(pm gp)`

(Note: This does not work in Windows cmd, You can use it in Windows Powershell)

### ## Remove Project
```shell
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": "projectman",
"version": "1.2.0-rc",
"version": "1.2.0",
"description": "Hate opening folders? Select and open your projects in your favourite editor straight from your command line without 'CD'ing into the deeply nested folders.",
"main": "bin/index.js",
"bin": {
Expand Down

0 comments on commit 5fbb95d

Please sign in to comment.