From adb6232afc1a8198dc07ed012f5a6a69ecd43d9e Mon Sep 17 00:00:00 2001 From: Blue Fox Date: Sat, 4 Nov 2023 12:30:18 +0000 Subject: [PATCH] Changed "pull" to "clone" as it prevents confusion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d65b204..bf562bb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A pinout sheet can be found [here](Pinout_-_Pico-W.png). ### 3.2 Software installation 1. To get your Raspberry Pi Pico W ready for micronEC, make sure you've already installed [microPython](https://micropython.org/) on it. -2. Pull this repository to your local filesystem. +2. Clone this repository to your local filesystem. 3. Open [Thonny](https://thonny.org/) 4. Open the following files: - [counter.py](counter.py) - library providing counting stuff