Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

IoT Gateways: typo with the cd into repo step #688

Merged
merged 2 commits into from
Jan 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/cloud-iot-gateways-rpi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To set up your gateway:
1. Clone the following repository and change into the directory for this tutorial's code:

git clone https://github.com/GoogleCloudPlatform/community.git
cd community/tutorials/cloud-iot-gateways-pi
cd community/tutorials/cloud-iot-gateways-rpi

2. Generate an RS256 public/private key pair by running the following:

Expand Down Expand Up @@ -155,7 +155,7 @@ In this tutorial, you'll use a [Raspberry Pi][rpi] to manage the LED/temperature
8. Clone the following repository and change into the directory for this tutorial's code:

git clone https://github.com/GoogleCloudPlatform/community.git
cd community/tutorials/cloud-iot-gateways-pi
cd community/tutorials/cloud-iot-gateways-rpi

9. Install Python dependencies by running the following:

Expand Down