mirror of
https://github.com/xxh/xxh
synced 2024-11-23 12:23:04 +00:00
README
This commit is contained in:
parent
edb422d0f7
commit
e2e7c19204
1 changed files with 17 additions and 15 deletions
32
README.md
32
README.md
|
@ -178,25 +178,27 @@ platforms that could be forked and stuffed.
|
|||
|
||||
## [Questions and answers](https://github.com/xxh/xxh/wiki)
|
||||
|
||||
- [Start](https://github.com/xxh/xxh/wiki#start)
|
||||
* [How it works?](https://github.com/xxh/xxh/wiki#how-it-works)
|
||||
- [Welcome to xxh family](https://github.com/xxh/xxh/wiki#welcome-to-xxh-family)
|
||||
* [How it works](https://github.com/xxh/xxh/wiki#how-it-works)
|
||||
+ [Simple answer](https://github.com/xxh/xxh/wiki#simple-answer)
|
||||
+ [Detailed workflow with code](https://github.com/xxh/xxh/wiki#detailed-workflow-with-code)
|
||||
* [How to set `/home/user` as home instead of `/home/user/.xxh`?](https://github.com/xxh/xxh/wiki#how-to-set-homeuser-as-home-instead-of-homeuserxxh)
|
||||
* [What about speed?](https://github.com/xxh/xxh/wiki#what-about-speed)
|
||||
* [What is seamless mode?](https://github.com/xxh/xxh/wiki#what-is-seamless-mode)
|
||||
* [What is config file?](https://github.com/xxh/xxh/wiki#what-is-config-file)
|
||||
* [Plugins](https://github.com/xxh/xxh/wiki#plugins)
|
||||
* [Connection speed](https://github.com/xxh/xxh/wiki#connection-speed)
|
||||
* [Seamless mode](https://github.com/xxh/xxh/wiki#seamless-mode)
|
||||
* [Config file](https://github.com/xxh/xxh/wiki#config-file)
|
||||
- [Packages for xxh](https://github.com/xxh/xxh/wiki#packages-for-xxh)
|
||||
* [How I can install xxh packages (shells or plugins)?](https://github.com/xxh/xxh/wiki#how-i-can-install-xxh-packages-shells-or-plugins)
|
||||
* [What is xxh plugin?](https://github.com/xxh/xxh/wiki#what-is-xxh-plugin)
|
||||
* [What is xxh prerun plugin?](https://github.com/xxh/xxh/wiki#what-is-xxh-prerun-plugin)
|
||||
* [How to change `pluginrc` run order to run some plugin before others?](https://github.com/xxh/xxh/wiki#how-to-change-pluginrc-run-order-to-run-some-plugin-before-others)
|
||||
- [Advanced questions](https://github.com/xxh/xxh/wiki#advanced-questions)
|
||||
* [What if my `host_internal` can be reached only from my `host_external`?](https://github.com/xxh/xxh/wiki#what-if-my-host_internal-can-be-reached-only-from-my-host_external)
|
||||
* [How to add environment variables list?](https://github.com/xxh/xxh/wiki#how-to-add-environment-variables-list)
|
||||
* [Install shells and plugins](https://github.com/xxh/xxh/wiki#install-shells-and-plugins)
|
||||
- [Advanced](https://github.com/xxh/xxh/wiki#advanced)
|
||||
* [How to set /home/user as home on host](https://github.com/xxh/xxh/wiki#how-to-set-homeuser-as-home-on-host)
|
||||
* [Using sudo](https://github.com/xxh/xxh/wiki#using-sudo)
|
||||
* [Using xxh in xxh session](https://github.com/xxh/xxh/wiki#using-xxh-in-xxh-session)
|
||||
* [Target host is behind another host](https://github.com/xxh/xxh/wiki#target-host-is-behind-another-host)
|
||||
* [Environment variables](https://github.com/xxh/xxh/wiki#environment-variables)
|
||||
- [Development and contribution](https://github.com/xxh/xxh/wiki#development-and-contribution)
|
||||
* [What is the easiest way to debug shell and plugins?](https://github.com/xxh/xxh/wiki#what-is-the-easiest-way-to-debug-shell-and-plugins)
|
||||
- [I have a new question!](https://github.com/xxh/xxh/wiki#i-have-a-new-question)
|
||||
* [The easiest way to debug shell and plugins](https://github.com/xxh/xxh/wiki#the-easiest-way-to-debug-shell-and-plugins)
|
||||
* [Prerun plugins](https://github.com/xxh/xxh/wiki#prerun-plugins)
|
||||
* [Change plugin run order](https://github.com/xxh/xxh/wiki#change-plugin-run-order)
|
||||
- [New questions](https://github.com/xxh/xxh/wiki#new-questions)
|
||||
|
||||
## Development
|
||||
In the [xxh-dev](https://github.com/xxh/xxh-dev) repo there is full [docker](https://www.docker.com/)ised environment
|
||||
|
|
Loading…
Reference in a new issue