change repo name

This commit is contained in:
Christian Klopp 2017-11-07 15:05:35 +01:00
parent 6ba2b82032
commit a7d0bc58d1
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ For the following, it is expected that the OpenMTC code repository is
prepared in a directory named:
```
openmtc-open-source.git
OpenMTC
```
OpenMTC container images will be created through a hiearchy of
@ -41,7 +41,7 @@ Docker repository.
**Be sure to have installed Docker.io in version 1.6.2 at minimum.**
```
cd openmtc-open-source.git
cd OpenMTC
./create-binary-docker sdk
./create-binary-docker gateway
```
@ -58,7 +58,7 @@ additional parameter needs to be provided to the
`create-binary-docker` script.
```
cd openmtc-open-source.git
cd OpenMTC
./create-binary-docker --arch arm sdk
./create-binary-docker --arch arm gateway
```

View File

@ -8,12 +8,12 @@ In this short tutorial you will:
Clone the OpenMTC repository
```sh
git clone https://github.com/OpenMTC/OpenMTC openmtc-open-source.git
git clone https://github.com/OpenMTC/OpenMTC OpenMTC
```
All following commands should be executed from within the repo folder
```sh
cd openmtc-open-source.git
cd OpenMTC
```
The next steps need Docker to be installed on your system. If you need help for