aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 36cc9fd..6f2c715 100644
--- a/README
+++ b/README
@@ -29,13 +29,18 @@ INSTALLING
pypm() {
. <(
- GBPM_OPTS_PATH="${HOME}/.pythons" \
+ GBPM_CMD='pypm' \
+ GBPM_LABEL='python' \
+ GBPM_PATH="${HOME}/.pythons" \
/path/to/gbpm.sh "${@}")
}
rbpm() {
. <(
- GBPM_OPTS_PATH="${HOME}/.rubies" \
+ GBPM_CMD='rbpm' \
+ GBPM_LABEL='ruby' \
+ GBPM_LABEL_PL='rubies' \
+ GBPM_PATH="${HOME}/.rubies" \
/path/to/gbpm.sh "${@}")
}