Skip to content

Commit

Permalink
fixed readme content
Browse files Browse the repository at this point in the history
  • Loading branch information
randilfernando committed Mar 30, 2024
1 parent 1b02533 commit 22f7f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cpm repo clone <repository-url>

- **Navigate to the repository directory:**
```bash
cd $(cpm find <org-name/repo-name>)
cpm goto <repo-name>
```

#### Initialize cpm support
Expand Down
4 changes: 2 additions & 2 deletions docs/plugin-development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ cpm repo clone <url>

- **Go to repository:**
```bash
cd $(cpm find <repo-name>)
cpm goto <repo-name>
```

- **Fill template repository with actual values:**
Since this repo created from a template repository there are some variables which need user input before filling.
```bash
cpm template parse
cpm template fill
```

### Start development
Expand Down

0 comments on commit 22f7f70

Please sign in to comment.