Skip to content

Commit bf1049e

Browse files
committed
Use nano as the editor
As suggested by reviewers @eldruin and @therealprof, txs!
1 parent 243db15 commit bf1049e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/05-led-roulette/the-challenge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ manually on each GDB session.
2929
Using an editor create `openocd.gdb` in the root of the Cargo project, right next to the `Cargo.toml`:
3030

3131
``` console
32-
vi openocd.gdb
32+
nano openocd.gdb
3333
```
3434

3535
And add the following text:
@@ -48,7 +48,7 @@ also add a `[build]` section with `thumbv7em-none-eabihf` so we don't
4848
have to specify the `--target` when using `cargo build` or `cargo run`:
4949

5050
``` console
51-
vi .cargo/config
51+
nano .cargo/config
5252
```
5353

5454
Replacing the contents with the text below. This adds `-x openocd.gdb` to

0 commit comments

Comments
 (0)