Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 17, 2024
1 parent 3ddb068 commit c19efdc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ This example is testing your package in below environment.

### Inputs

| name | value | default | description |
|:-------------|:-------|:---------|:----------------------------------------------------------------------------------------------|
| version | string | snapshot | The version of Eask to install, e.g. "0.0.8", or "snapshot" for a recent development version. |
| architecture | string | x64 | The target architecture (x64, arm64) of the Eask-CLI. |
| name | value | default | description |
|:-------------|:-------|:---------|:--------------------------------------------------------------------------------------------------|
| version | string | snapshot | The version of [Eask][] to install, e.g. "0.0.8", or "snapshot" for a recent development version. |
| architecture | string | x64 | The target architecture (x64, arm64) of the [Eask][] CLI. |

## ⚜️ License

Expand All @@ -63,3 +63,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

See [`LICENSE`](./LICENSE) for details.


<!-- Links -->

[Eask]: https://github.com/emacs-eask/cli

0 comments on commit c19efdc

Please sign in to comment.