Skip to content

Commit 927c70d

Browse files
committed
Fixing another code block
1 parent c81a9ea commit 927c70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There is one difference between a regular installation and a Docker Container: i
3838

3939
```
4040
../<path containing script>/yotta target frdm-k64f-gcc //sets the target
41-
../<path containing script>/yotta build //builds our project for the target
41+
../<path containing script>/yotta build //builds our project
4242
```
4343

4444
**Note:** If you saved your script under a name other than ``yotta``, you may need to enter the script’s full name, including extension. Our example will become ``../<path containing script>/<name.extension> target frdm-k64f-gcc``.

0 commit comments

Comments
 (0)