Moved from restructured text to markdown

This commit is contained in:
jpk 2023-01-10 11:03:49 +01:00
parent 7d8d02d7f7
commit 4d075c1925
1 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,7 @@ pipx install git+https://git.goatpr0n.de/public/doxy.git
## Shell completion
### Bash
#### Alternative 1
Add this to ~/.bashrc:
```
@ -20,9 +21,11 @@ Save the script:
```shell
_DOXY_COMPLETE=bash_source doxy > ~/.doxy-complete.bash
```
Add this to ~/.bashrc:
```
. ~/.foo-bar-complete.bash
````
### Zsh
@ -37,11 +40,11 @@ Save the script:
```shell
_DOXY_COMPLETE=zsh_source doxy > ~/.doxy-complete.zsh
```
Add this to ~/.zshrc:
```
. ~/.foo-bar-complete.zsh
```
```
## Configuration