Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CSergienko committed Apr 13, 2024
1 parent c30c45d commit 53b4547
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@

# Dependencies

**TODO: adapt this section**

- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.

# Install

Expand All @@ -44,6 +41,7 @@ asdf global helix latest

# Now helix commands are available
hx --version
hx --health
```

Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
Expand Down
1 change: 0 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ install_version() {
mkdir -p "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"

# TODO: Assert helix executable exists.
local tool_cmd
tool_cmd="$(echo "$TOOL_TEST" | cut -d' ' -f1)"
test -x "$install_path/$tool_cmd" || fail "Expected $install_path/$tool_cmd to be executable."
Expand Down

0 comments on commit 53b4547

Please sign in to comment.