From 7d7f035a4177e3c40f9209ecb05a1e4dc9c161b4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 4 Jul 2020 22:35:35 +0000 Subject: [PATCH] typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -