diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-02-09 12:13:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 12:13:09 +0100 |
commit | d1242e4b8ac8a92c4cb9890e995715475a3c43ac (patch) | |
tree | dba3a666048e1165397c8a67df241c2b2c15faa9 | |
parent | 57b806df6fee45887c689020b9c5c727245434ea (diff) | |
download | hoverbit-ble-d1242e4b8ac8a92c4cb9890e995715475a3c43ac.tar.gz hoverbit-ble-d1242e4b8ac8a92c4cb9890e995715475a3c43ac.zip |
:memo: Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ the hover:bit. ## Compiling the hex-file yourself Clone or fork this repo locally, and navigate to that folder in your terminal of choice. At this point you have two choises: ### Docker image -I a docker image to compile the source. The [Dockerfile](https://github.com/JakobST1n/hoverbit-ble/blob/master/Dockerfile) is in the root of this repo. Using a docker container is rather convenient and a lot less work to get up and running. Just build the container, and run it with a volume as a bind-mount to the code-directory. +I have used a docker image to compile the source. The [Dockerfile](https://github.com/JakobST1n/hoverbit-ble/blob/master/Dockerfile) is in the root of this repo. Using a docker container is rather convenient and a lot less work to get up and running. Just build the container, and run it with a volume as a bind-mount to the code-directory. ```sh # Build the image on your machine docker build -t microbit-tools . |