Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sze Yan <[email protected]>
  • Loading branch information
szeyan543 authored Jul 15, 2024
1 parent 9c8e275 commit be69343
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ To ensure the successful installation and operation of the Open Horizon service,
2. **Edit Makefile:**
Adjust the variables at the top of the Makefile as needed, including your Docker ID and unique names for your service and pattern.

```shell
DOCKER_HUB_ID=your_docker_id
ARCH=amd64
```
You can also override these default values by exporting them in your terminal before running any make commands. This way, you don't have to edit the values directly in the Makefile.
```shell
export DOCKER_HUB_ID=my_docker_id
export ARCH=my_architecture
```
Run `make clean` to confirm that the "make" utility is installed and workin
Confirm that you have the Open Horizon agent installed by using the CLI to check the version:
Expand Down

0 comments on commit be69343

Please sign in to comment.