mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
Minor edits
This commit is contained in:
parent
9d4c4363a5
commit
d70c548069
@ -114,15 +114,16 @@ the community.
|
|||||||
|
|
||||||
## Attribution
|
## Attribution
|
||||||
|
|
||||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
This Code of Conduct is adapted from the [Contributor Covenant][],
|
||||||
version 2.0, available at
|
version 2.0, available at
|
||||||
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
|
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
|
||||||
|
|
||||||
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
||||||
enforcement ladder](https://github.com/mozilla/diversity).
|
enforcement ladder][].
|
||||||
|
|
||||||
[homepage]: https://www.contributor-covenant.org
|
|
||||||
|
|
||||||
For answers to common questions about this code of conduct, see the FAQ at
|
For answers to common questions about this code of conduct, see the FAQ at
|
||||||
<https://www.contributor-covenant.org/faq>. Translations are available at
|
<https://www.contributor-covenant.org/faq>. Translations are available at
|
||||||
<https://www.contributor-covenant.org/translations>.
|
<https://www.contributor-covenant.org/translations>.
|
||||||
|
|
||||||
|
[contributor covenant]: https://www.contributor-covenant.org
|
||||||
|
[mozilla's code of conduct enforcement ladder]: https://github.com/mozilla/diversity
|
||||||
|
@ -8,11 +8,11 @@ The `tide_install` function offers a few flags. `-d` will install Tide as a deve
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
```fish
|
```console
|
||||||
tide_install -d example-branch
|
tide_install -d example-branch
|
||||||
```
|
```
|
||||||
|
|
||||||
```fish
|
```console
|
||||||
tide_install -ld ~/tide
|
tide_install -ld ~/tide
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ The `tide_test` command runs tests from the `$__fish_config_dir/tests` folder us
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```fish
|
```console
|
||||||
tide_test status
|
tide_test status
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@ Tide was inspired by [Powerlevel10k][]. Powerlevel10k is widely recognized as on
|
|||||||
[releases]: https://github.com/IlanCosman/tide/releases
|
[releases]: https://github.com/IlanCosman/tide/releases
|
||||||
[fish_version_badge]: https://img.shields.io/badge/fish-3.1.0%2B-blue
|
[fish_version_badge]: https://img.shields.io/badge/fish-3.1.0%2B-blue
|
||||||
[license_badge]: https://img.shields.io/github/license/IlanCosman/tide
|
[license_badge]: https://img.shields.io/github/license/IlanCosman/tide
|
||||||
[license]: https://github.com/IlanCosman/tide/blob/master/LICENSE
|
[license]: https://github.com/IlanCosman/tide/blob/master/LICENSE.md
|
||||||
[fish]: https://github.com/fish-shell/fish-shell
|
[fish]: https://github.com/fish-shell/fish-shell
|
||||||
[prompt_connection]: /resources/images/Prompt_Connection.png
|
[prompt_connection]: /resources/images/Prompt_Connection.png
|
||||||
[git]: https://github.com/git/git
|
[git]: https://github.com/git/git
|
||||||
|
Loading…
Reference in New Issue
Block a user