Skip to content

Commit 03afa22

Browse files
committed
fix sentences
1 parent d0c6b12 commit 03afa22

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ First of all, clone this repository:
6262
git clone --recurse-submodules --shallow-submodules https://github.com/mc-cat-tty/tricore-dev-env
6363
```
6464

65-
Make sure that a Docker Engine is installed on your system and run:
65+
Make sure that a Docker Engine is installed and running on your system:
6666
```bash
6767
cd tricore-dev-env
6868
docker build -t CONTAINER_TAG .
6969
```
7070

7171
The `build` subcommand requires a _Dockerfile_ to be present in the build directory. This file instructs the docker client about the building steps.
7272

73-
You might want to avoid the copy of some source files during the build process - for instance, they are not ready to be embedded into the container; _.dockerignore_ serves exactly this purpose.
73+
You might want to avoid the copy of some source files during the build process - for instance, because they are not ready to be embedded into the container; _.dockerignore_ serves exactly this purpose.
7474

7575
Both the aforementioned files are located in the top-directory of this project, so that you can build up your own on top of them.
7676

@@ -146,4 +146,3 @@ Some useful resources are:
146146
- [Linker scripts](https://nextcloud.hightec-rt.com/index.php/s/BG72PCMP7jrEcki)
147147
- [CMakeLists.txt template](project-template/CMakeLists.txt)
148148
- [tricore_toolchain.cmake](project-template/tricore_toolchain.cmake)
149-

0 commit comments

Comments
 (0)