Skip to content

Commit e1106ca

Browse files
author
Martin Sirringhaus
committed
Fix typo
1 parent 304f008 commit e1106ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ci/docker/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ how to generate them, and how the existing ones were generated.
9090
9191
### Generating a `.config` file
9292
93-
**NOTE:** Existing Dockerfiles can be a good guide for the process and order
93+
**NOTE:** Existing Dockerfiles can also be a good guide for the process and order
9494
of script execution.
9595
9696
If you have a `linux-cross` image lying around you can use that and skip the
@@ -122,7 +122,7 @@ $ bash ./cross-apt-packages.sh
122122
$ bash ./crosstool-ng.sh
123123
```
124124
125-
- In case you cant to adjust or start from an existing config, copy that
125+
- In case you want to adjust or start from an existing config, copy that
126126
to the container. `crosstool-ng` will automatically load `./.config` if
127127
present. Otherwise one can use the TUI to load any config-file.
128128
@@ -135,6 +135,7 @@ $ docker cp arm-linux-gnueabi.config drunk_murdock:/tmp/.config
135135
section and come back.
136136
137137
```
138+
$ cd /tmp/
138139
$ ct-ng menuconfig
139140
```
140141

0 commit comments

Comments
 (0)