From 2de7b258751a832898aa5fddbb4d7c6e01b65ed7 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Fri, 29 Sep 2023 21:10:48 +0400 Subject: [PATCH] Improve readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e0f4980..94b8a46 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,16 @@ This GitHub Action delivers specified [Playdate SDK][Playdate]. +Also installs arm-gcc gnu toolchain. + [Playdate]: https://play.date/dev/#cardSDK ## Parameters - `version` - Specified version of the SDK. Optional. Default value is `latest`. - +- `cache` - Cache installer. Default by `true`. + ## Usage Example @@ -32,7 +35,3 @@ This GitHub Action delivers specified [Playdate SDK][Playdate]. - macOS - Linux - Windows - -Note: for Windows there's [winget][] is used as source for specified SDK version, and as just installer-helper for `latest` version - -[winget]: https://github.com/idleberg/winget-pkgs/tree/master/manifests/p/Panic/PlaydateSDK