From 0bd527bd5ecde2466d69f5d8a5fa74543a8c8f34 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 16 Aug 2023 16:02:02 +0200 Subject: [PATCH] Remove duplicate. --- docs/iot-agent-json.md | 12 +----------- docs/iot-agent.md | 12 +----------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/docs/iot-agent-json.md b/docs/iot-agent-json.md index d208cee..71c10d5 100644 --- a/docs/iot-agent-json.md +++ b/docs/iot-agent-json.md @@ -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 diff --git a/docs/iot-agent.md b/docs/iot-agent.md index 0cde6b6..94f7029 100644 --- a/docs/iot-agent.md +++ b/docs/iot-agent.md @@ -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