From cc857cd611e5c35613bedc5991bd3df863239feb Mon Sep 17 00:00:00 2001 From: anki-code Date: Fri, 6 Mar 2020 22:08:59 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc5a4f6..34ece02 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ 1. Fork this repo to create your [xxh](https://github.com/xxh/xxh) shell entrypoint. 2. Rename your repo to `xxh-shell-myshell` 3. Install [xxh](https://github.com/xxh/xxh) and run once to creating `~/.xxh` -4. `cd ~/.xxh/shells && git clone https://github.com/you/xxh-shell-myshell && cd xxh-shell-myshell` +4. `cd ~/.xxh/xxh/shells && git clone https://github.com/you/xxh-shell-myshell && cd xxh-shell-myshell` 5. Edit `build.xsh` script 6. Edit `entrypoint.sh` script 7. Run `./build.xsh` -8. Try to connect `xxh myhost +s xxh-shell-myshell` +8. Try to connect `xxh myhost +s xxh-shell-myshell` (add `+if` to force reinstall) 9. If everything works commit and push your changes 10. You rock! [Tell us about your work](https://gitter.im/xonssh-xxh/community)! ## xxh-shell example -Real life example of creating xxh-shell and xxh-plugins you could find in [xxh-shell-xonsh-appimage](https://github.com/xxh/xxh-shell-xonsh-appimage). \ No newline at end of file +Real life example of creating xxh-shell and xxh-plugins you could find in [xxh-shell-xonsh-appimage](https://github.com/xxh/xxh-shell-xonsh-appimage).