mirror of
https://github.com/xxh/xxh
synced 2024-11-14 08:17:18 +00:00
"Fixing README.md"
This commit is contained in:
parent
3bc74cc678
commit
87ae108b2f
2 changed files with 29 additions and 2 deletions
23
.editorconfig
Normal file
23
.editorconfig
Normal file
|
@ -0,0 +1,23 @@
|
|||
# EditorConfig helps developers define and maintain consistent
|
||||
# coding styles between different editors and IDEs
|
||||
# http://editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
|
||||
[*.yml]
|
||||
indent_size = 4
|
||||
indent_style = space
|
|
@ -24,6 +24,7 @@ If you like the idea of xxh click ⭐ on the repo and <a href="https://twitter.c
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
## Installation methods
|
||||
#### [PyPi 3](https://pypi.org/project/xxh-xxh/)
|
||||
|
@ -113,6 +114,7 @@ For reusing arguments and simplifying xxh usage (like shortening to `xxh anyhost
|
|||
|
||||
**Why the plus sign for the xxh arguments?** The xxh is using the plus sign for the xxh arguments to save the ability to use the minus sign for the original ssh arguments. This allows just replace the first two letters in the `ssh` command to convert it to the `xxh` command. Also see the [discussion](https://github.com/xxh/xxh/issues/129).
|
||||
|
||||
|
||||
|
||||
### Installing xxh packages
|
||||
```bash
|
||||
|
@ -251,9 +253,11 @@ easy as possible.
|
|||
|
||||
### Vagrant based Plugin Development
|
||||
|
||||
To develop plugins, [Vagrant](https://www.vagrantup.com) supports starting [many configurations](https://app.vagrantup.com/boxes/search) of
|
||||
To develop plugins, [Vagrant](https://www.vagrantup.com) supports starting [many configurations](https://app.vagrantup.com/boxes/search) of virtual machines using Virtualbox.
|
||||
|
||||
**We have teams.** If you're in a team it does not mean you have an obligation to do something. The main goal of teams is to create groups
|
||||
### We have teams
|
||||
|
||||
If you're in a team it does not mean you have an obligation to do something. The main goal of teams is to create groups
|
||||
of passionate people who could help or support solving complex problems. Some people could be an expert in one shell and a
|
||||
newbie in another shell and mutual assistance is the key to xxh evolution. [Ask join.](https://github.com/xxh/xxh/issues/50)
|
||||
|
||||
|
|
Loading…
Reference in a new issue