Skip to content

Commit 4317809

Browse files
authored
Merge pull request #78 from FreeRTOS/update_scoop_package_list
Update Getting Started Guide
2 parents caaa763 + 437d6e9 commit 4317809

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Getting_Started_Guide.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Download and install the latest version of each of the following packages:
6666
#### Windows: Installation with Scoop Package Manager
6767
With [scoop](https://scoop.sh/) package manager installed, run the following command from your preferred shell.
6868
```
69-
scoop install python cmake perl
69+
scoop install python cmake perl git wget
7070
```
7171
#### Windows: Installation with Chocolatey Package Manager
7272
With [chocolatey](https://chocolatey.org/install) installed, run the following commands from your preferred shell.
@@ -132,12 +132,14 @@ sudo ln -s /usr/local/Cellar/coreutils/9.0_1/bin/readlink /usr/local/bin/readlin
132132
## Step 3: Clone the repository and submodules
133133
Using your favorite unix-like console application, run the following commands to clone and initialize the git repository and it's submodules:
134134
```
135-
git clone https://github.com/FreeRTOS/lab-iot-reference-stm32u5.git
136-
git -C lab-iot-reference-stm32u5 submodule update --init
135+
git clone https://github.com/FreeRTOS/iot-reference-stm32u5.git
136+
git -C iot-reference-stm32u5 submodule update --init
137137
```
138138

139139
## Step 4: Setup your AWS account with awscli
140140

141+
Download awscli for your platfrom from the [official website](https://aws.amazon.com/cli/) or using your preferred package manager.
142+
141143
Follow your organization's policy regarding configuring aws cli with temporary or long term IAM credentials. If not such policy exists, refer to the instructions on the [Set up your AWS account](https://docs.aws.amazon.com/iot/latest/developerguide/setting-up.html) for details on your options.
142144

143145
Refer to the following guides for configuring awscli depending on how your AWS account is set up:
@@ -273,7 +275,7 @@ xattr -c /Applications/STM32CubeIDE.app
273275

274276
## Step 6: Import Projects into STM32CubeIDE
275277
1. Open STM32CubeIDE.
276-
2. When asked to open a workspace directory, select the location in which you cloned this git repository.
278+
2. When asked to open a workspace directory, select the location in which you cloned this git repository in step 3.
277279

278280
> Note: If you are not asked to select a workspace when STM32CubeIDE start, you may access this dialog via the ***File -> Switch Workspace -> Other*** menu item.
279281
3. Select ***File -> Import***.

0 commit comments

Comments
 (0)