From b7cfb758aaf9bc0bc6eed703f277c2f5f54f92ca Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 9 Jun 2021 18:13:09 +0900 Subject: [PATCH] update release note Signed-off-by: Akihiro Suda --- .github/workflows/release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c54093ed83e..cea49543546 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,19 @@ jobs: ${tag} (Changes to be documented) + + ## Usage + Terminal 1: + ```console + [macOS]$ limactl start + ``` + + Terminal 2: + ```console + [macOS]$ lima uname + Linux + ``` + - - - The binaries were built automatically on GitHub Actions. The build log is available for 90 days: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}