Skip to content

Commit

Permalink
misc cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
starkers committed Jul 30, 2023
1 parent 1840b67 commit 54deb63
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,24 @@

# Contents

- [asdf-kcl ](#asdf-kcl--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)

# Dependencies

**TODO: adapt this section**

- `bash`, `curl`, `tar`: generic POSIX utilities.
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.


You also need compatible hardware/OS:
- Linux
- amd64
- OSX/Darwin
- amd64
- arm64

# Install

Expand Down Expand Up @@ -53,7 +60,9 @@ install & manage versions.

Contributions of any kind welcome! See the [contributing guide](contributing.md).

[Thanks goes to these contributors](https://github.com/starkers/asdf-kcl/graphs/contributors)!
Credits for the amazing kcl-lang to:

[KCL contributors](https://github.com/kcl-lang/kcl/graphs/contributors)

# License

Expand Down
1 change: 0 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ download_release() {
;;
"x86_64")
url="$GH_REPO/releases/download/v${version}/kclvm-v${version}-linux-amd64.tar.gz"
# https://github.com/kcl-lang/kcl/releases/download/v0.5.1/kclvm-v0.5.1-linux-amd64.tar.gz
;;
"aarch64")
fail "aarch64 not supported"
Expand Down

0 comments on commit 54deb63

Please sign in to comment.