From 5c8ab36ba5727c18440d349927718dcf818138c3 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 20 Mar 2020 23:52:58 +0800 Subject: [PATCH] update readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 60e122b..5ef9918 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,23 @@ See [action.yml](./action.yml). ## Example Use latest version: + ```yml -uses: xmake-io/github-action-setup-xmake@v1 +uses: xmake-io/github-action-setup-xmake@v1.0.2 ``` Use specified version: + ```yml -uses: xmake-io/github-action-setup-xmake@v1 +uses: xmake-io/github-action-setup-xmake@v1.0.2 with: - xmake-version: '2.2.8' + xmake-version: '2.3.1' ``` Use semver: + ```yml -uses: xmake-io/github-action-setup-xmake@v1 +uses: xmake-io/github-action-setup-xmake@v1.0.2 with: - xmake-version: '>=2.2.6 <=2.2.8' -``` \ No newline at end of file + xmake-version: '>=2.2.6 <=2.3.1' +```