Skip to content

Commit 6eca493

Browse files
authored
Update README.md (#10)
Installation of packs can be done by cbuild
1 parent 05cd109 commit 6eca493

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,10 @@ Open the 'CMSIS' view from the side bar, select desired 'Build Type' and press t
3030

3131
### Using Command Line Interface (CLI)
3232

33-
Download required packs (not required when the packs are already available) by executing the following commands:
34-
35-
```sh
36-
csolution list packs -s hello.csolution.yml -m >packs.txt
37-
cpackget update-index
38-
cpackget add -f packs.txt
39-
```
40-
4133
Build the project by executing the following command:
4234

4335
```sh
44-
cbuild hello.csolution.yml
36+
cbuild hello.csolution.yml --packs
4537
```
4638

4739
## Run the application

0 commit comments

Comments
 (0)