Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit e9e636b

Browse files
committed
Simplify workflow avoiding mentioning of start/stop
1 parent 3432e95 commit e9e636b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3433
Sure. 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

4038
Sure, but you will not be able to manage libdragon vendoring wihtout git.
4139
Use `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

0 commit comments

Comments
 (0)