This commit is contained in:
anki-code 2020-03-06 13:56:54 +03:00
parent 7baaf6898b
commit 7c16dabe1a

View File

@ -1,6 +1,6 @@
## Workflow ## Workflow
1. Fork this repo to create your xxh shell entrypoint. 1. Fork this repo to create your [xxh](https://github.com/xxh/xxh) shell entrypoint.
2. Rename your repo to `xxh-shell-myshell` 2. Rename your repo to `xxh-shell-myshell`
3. Install [xxh](https://github.com/xxh/xxh) and run once to creating `~/.xxh` 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/shells && git clone https://github.com/you/xxh-shell-myshell && cd xxh-shell-myshell`