Skip to content

Commit d47c441

Browse files
committed
add installation instructions (#110)
Signed-off-by: Lucas Larson <[email protected]>
1 parent bacef53 commit d47c441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ plugin^] or you can just clone this repository, run the following command, and
100100
then restart your terminal:
101101
[source,zsh]
102102
$ printf '%s\n' '. /path/to/gunstage.plugin.zsh' \
103-
>>"${HOME-}"'/.'"${SHELL##*[-./]}"'rc'
103+
>>"$(printf '%s\n' "${HOME-}"'/.'"${SHELL##*[-./]}"'rc')"
104104
105105
Requirements
106106
~~~~~~~~~~~~

0 commit comments

Comments
 (0)