From 8c8c01d2728b8120f854880bc5392252ff2c50bd Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sat, 2 Mar 2019 00:46:30 -0800 Subject: [PATCH] Update README.md Point to release page for downloads. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3afe65..746a7f0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Tested with the following Arduino IDE versions: ## Installation - Make sure you use one of the supported versions of Arduino IDE. -- Download the tool archive from [releases page](insert address here). For now, the file 'makeUF2-tool.zip' is part of the repository. +- Download the tool archive from [the releases page](https://github.com/blurfl/makeUF2-tool/releases). - In your Arduino sketchbook directory, create tools directory if it doesn't exist yet. - Unpack the tool into tools directory (the path will look like `/Arduino/tools/makeUF2/tool/makeUF2.jar)`. - Restart Arduino IDE.