Skip to content

Commit 03dcc0d

Browse files
committed
add readme for greet module
1 parent 951dd25 commit 03dcc0d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: greeter/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# how to install
2+
```bash
3+
# build and install module into zsh module_path
4+
make TARGET_FOLDER=$module_path
5+
# unload first to use the latest module
6+
if zmodload | grep zext; then zmodload -u zext; fi
7+
# load it
8+
zmodload rgreeter
9+
# run the new built-in greet command
10+
greet
11+
```

0 commit comments

Comments
 (0)