diff --git a/README.md b/README.md index 08afc77..0b5af41 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ For relays for example: 3. `cd build` 4. `cmake -DPICO_SDK_PATH=$PICO_SDK_PATH ..` +Then, you can just type `make` from now on and it will build your `.uf2` file. For connectors it's the same but the folder should be "connector" instead of "relay". -This will put a `.uf2` file in the current directory, you can now boot your board in the BOOTSEL mode by holding the white button when plugging in the board, and then dragging the `.uf2` file into the drive that appears in your file explorer. \ No newline at end of file +You can now just flash your board using picotool or by dragging the `.uf2` onto the board. \ No newline at end of file