This repository was archived by the owner on Aug 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ source.
2222
2323 1 . Start from an empty git repository (` git init ` ).
2424 1 . Run ` libdragon init ` to create the skeleton project.
25- 1 . Run ` libdragon start ` to start the docker container.
2625 1 . Run ` libdragon make ` to build the first ROM.
2726 1 . Hack away and enjoy!
2827
@@ -32,15 +31,14 @@ source.
3231 * Can I use this tool on an existing libdragon project?
3332
3433Sure. Use ` libdragon update toolchain ` to download the toolchain, and then
35- ` libdragon start ` / ` libdragon make ` / ` libdragon stop ` for your development
36- cycle.
34+ ` libdragon make ` for your development cycle.
3735
3836 * Can I use this tool for a project that doesn't use git?
3937
4038Sure, but you will not be able to manage libdragon vendoring wihtout git.
4139Use ` libdragon update toolchain ` to download the toolchain, and then
42- ` libdragon start ` / ` libdragon make ` / ` libdragon stop ` for your development
43- cycle. You won't be able to manage libdragon vendoring through the tool, though.
40+ ` libdragon make ` for your development cycle. You won't be able to manage
41+ libdragon vendoring through the tool, though.
4442
4543 * How can I use a different toolchain?
4644
You can’t perform that action at this time.
0 commit comments