We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62aa64a + 6e7e37a commit 729a240Copy full SHA for 729a240
readme.md
@@ -9,12 +9,12 @@ Example uses:
9
When what's needed is an atclone'' hook to e.g. install a software (plus atpull'' hook to update it):
10
11
```
12
-# The invocation uses https://github.com/zdharma/null repo as a placeholder
+# The invocation uses https://github.com/zdharma-continuum/null repo as a placeholder
13
# for the atclone'' and atpull'' hooks
14
15
zplugin ice as"program" pick"$ZPFX/sdkman/bin/sdk" id-as'sdkman' run-atpull \
16
atclone"wget https://get.sdkman.io -O scr.sh; SDKMAN_DIR=$ZPFX/sdkman bash scr.sh" \
17
atpull"SDKMAN_DIR=$ZPFX/sdkman sdk selfupdate" \
18
atinit"export SDKMAN_DIR=$ZPFX/sdkman; source $ZPFX/sdkman/bin/sdkman-init.sh"
19
-zplugin light zdharma/null
+zplugin light zdharma-continuum/null
20
0 commit comments