Skip to content

Commit

Permalink
Remove duplicate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 16, 2023
1 parent 3a518f9 commit 0bd527b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
12 changes: 1 addition & 11 deletions docs/iot-agent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,17 +305,7 @@ git checkout NGSI-LD

Thereafter, all services can be initialized from the command-line by running the
[services](https://github.com/FIWARE/tutorials.IoT-Agent-JSON/blob/NGSI-LD/services) Bash script provided within the
repository:

```bash
#!/bin/bash
git clone https://github.com/FIWARE/tutorials.IoT-Agent-JSON.git
cd tutorials.IoT-Agent-JSON
git checkout NGSI-LD
./services create
```

To start the system with your preferred [context broker](https://www.fiware.org/catalogue/#components), run the
repository. To start the system with your preferred [context broker](https://www.fiware.org/catalogue/#components), run the
following command:

```bash
Expand Down
12 changes: 1 addition & 11 deletions docs/iot-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,17 +299,7 @@ git checkout NGSI-LD

Thereafter, all services can be initialized from the command-line by running the
[services](https://github.com/FIWARE/tutorials.IoT-Agent/blob/NGSI-LD/services) Bash script provided within the
repository:

```bash
#!/bin/bash
git clone https://github.com/FIWARE/tutorials.IoT-Agent.git
cd tutorials.IoT-Agent
git checkout NGSI-LD
./services create
```

To start the system with your preferred [context broker](https://www.fiware.org/catalogue/#components), run the
repository:. To start the system with your preferred [context broker](https://www.fiware.org/catalogue/#components), run the
following command:

```bash
Expand Down

0 comments on commit 0bd527b

Please sign in to comment.