Add instalation to Readme

Signed-off-by: fbugarski <filipbugarski@gmail.com>
This commit is contained in:
fbugarski
2023-08-07 16:53:27 +02:00
parent 5762136b0a
commit a29737b296
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
BUILD_DIR = build
SERVICES = agent
SERVICES = cli
CGO_ENABLED ?= 0
GOARCH ?= amd64
+11 -1
View File
@@ -7,7 +7,7 @@ This repository contains the command-line interface (CLI) tool for interacting w
From the project root:
```bash
make cli
make cocos-cli
```
## Usage
@@ -43,3 +43,13 @@ To retrieve the computation result, use the following command:
```bash
./build/cocos-cli result
```
## Installtion
If you want to install the CLI globally, you can use the following command:
```bash
sudo cp build/agent-cli /usr/local/bin/
```
This will make the agent-cli executable available from any location in your terminal.