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

Commit

Permalink
IoT Gateways: typo with the cd into repo step (#688)
Browse files Browse the repository at this point in the history
* IoT Gateways: typo with the cd into repo step 

fixed minor typo in the step that changes into this tutorial's directory

* fix another instance of incorrect directory name
  • Loading branch information
hongalex authored and ToddKopriva committed Jan 25, 2019
1 parent ad01d68 commit c4bf23d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c4bf23d

Please sign in to comment.