Skip to content

Commit 5595ba4

Browse files
committed
Fix typos
1 parent c328f64 commit 5595ba4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/firmware_compile.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ docker build -t rtk_everywhere_firmware .
113113
docker build -t rtk_everywhere_firmware --progress=plain .
114114
```
115115

116-
* If you rebuild the image completely from scratch, without using the cache, use:
116+
* If you want to rebuild the image completely from scratch, without using the cache, use:
117117

118118
```
119119
docker build -t rtk_everywhere_firmware --progress=plain --no-cache .
120120
```
121121

122-
Building the full Image from scratch is slow, taking several minutes. But you should only need to do it once - unless you make any changes to the Dockerfile.
122+
Building the full Image from scratch is slow, taking several minutes. You should only need to do it once - unless you make any changes to the Dockerfile.
123123

124124
* When you make changes to the source code and want to recompile, use:
125125

@@ -143,7 +143,7 @@ By default, the Container name is random. To avoid this, we define one in the **
143143

144144
Run the Container and you should see:
145145

146-
![Container is complete](./img/CompileSource/Container_compilation_complete.png)
146+
![Container is complete](./img/CompileSource/Container_complete.png)
147147

148148
In the Command Prompt, type the following :
149149

@@ -153,7 +153,7 @@ docker cp rtk_everywhere:/RTK_Everywhere.ino.bin .
153153

154154
Hey presto! A file called `RTK_Everywhere.ino.bin` appears in the current directory. That's the firmware binary we are going to upload to the ESP32.
155155

156-
1[Firmware binary](./img/CompileSource/Firmware_binary.png)
156+
![Firmware binary](./img/CompileSource/Firmware_binary.png)
157157

158158
If you need the `.elf` file so you can debug code crashes with me-no-dev's [ESP ExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder):
159159

@@ -163,7 +163,7 @@ docker cp rtk_everywhere:/RTK_Everywhere.ino.elf .
163163

164164
If you want the files to appear in a more convenient directory, replace the single `.` with a folder path.
165165

166-
Delete the `rtk_everywhere` container afterwardds, to save disk space, and so you can reuse the same container name next time.
166+
Delete the `rtk_everywhere` container afterwards, to save disk space and so you can reuse the same container name next time.
167167

168168
## Compiling on Windows (Deprecated)
169169

0 commit comments

Comments
 (0)