Skip to content

Commit ffa75a7

Browse files
authored
Update README.md
1 parent cb3c839 commit ffa75a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ So, this application consists of the following 8 docker containers (= TIG stack
2626
## 2. How to install this application on an edge device
2727
It is very easy to install this application using the [BalenaCloud](https://www.balena.io/) services through following steps:
2828
1. [Balena Setup](https://www.balena.io/): you need a BalenaCloud account and your edge device must be running the BalenaOs. You also need to create an application in your balena dashboard and associate your edge device to it (see balena documentation).
29-
2. clone this github repository (this can be done on any device where git is installed) through the following command `git clone https://github.com/janvda/balena-edge-device-monitoring.git` (instead of directly cloning the repository it migh be better to fork the github repository and then clone this forked repository).
29+
2. clone this github repository (this can be done on any device where git is installed) through the following command `git clone https://github.com/janvda/balena-node-red-mqtt-nginx-TIG-stack.git` (instead of directly cloning the repository it migh be better to fork the github repository and then clone this forked repository).
3030
3. Move into this repository by command `cd balena-edge-device-monitoring`
31-
4. Add balena git remote endpoint by running the command `git remote add balena <USERNAME>@git.www.balena.io:<USERNAME>/<APPNAME>.git`
31+
4. Add balena git remote endpoint by running a command like `git remote add balena <USERNAME>@git.www.balena.io:<USERNAME>/<APPNAME>.git`
3232
5. push the repository to balena by the command `git push balena master` (maybe you need to add the option `--force` the first time you are deploying).
3333

3434
![build finished successful](./build%20finished%20successful.png)

0 commit comments

Comments
 (0)