From: AJ ONeal Date: Sat, 4 Jul 2020 22:35:35 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=7d7f035a4177e3c40f9209ecb05a1e4dc9c161b4 typo fix --- diff --git a/README.md b/README.md index 0c50637..b894ee3 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ webi_path_add /new/path # Adds /new/path to PATH for bash, zsh, and fish webi_pre_install # Runs webi_check, webi_download, and webi_extract webi_install # Moves extracted files from $WEBI_TMP to $pkg_src webi_link # replaces any existing symlink with the currently selected version -webi_post_install # Runs `webi_add_path $pkg_dst_bin` +webi_post_install # Runs `webi_path_add $pkg_dst_bin` ``` # Roadmap @@ -254,7 +254,7 @@ webi_post_install # Runs `webi_add_path $pkg_dst_bin` - (maybe `ghi node/node` for github specifically) - [ ] Support git as an archive format -