Compare commits

..

No commits in common. "9e253c739e5721438e0f65bd36e4c20180a2206c" and "bbfe28dbae23bbf6257d9bfb0f8bc4c0975220b1" have entirely different histories.

3 changed files with 1 additions and 20 deletions

View File

@ -1,5 +0,0 @@
---
- [ ] I have reviewed CONTRIBUTING.md.
- [ ] My commits and title use the [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) format.
- [ ] I have documented any breaking changes according to [SemVer](https://semver.org/).
---

View File

@ -1,10 +0,0 @@
# Contributing
## Pull Request Process
1. Ensure that any new install or build dependencies are documented in the README.md and PR request.
2. Update the README.md with details of changes to the shell, this includes useful file locations
and breaking changes.
3. The versioning scheme we use is [SemVer](http://semver.org/) and the commit scheme we use is
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). Please document any
backwards incompatible changes and be sure to name your commits correctly.

View File

@ -37,14 +37,10 @@ sudo make install
sudo make all
```
Alternativly, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package
Alternativly, if you use Arch Linux, you can install Hilbish with an **(unofficial)** AUR package
```sh
yay -S hilbish-git
```
Or install a prebuilt binary from an **(unofficial)** AUR package
```sh
yay -S hilbish
```
### Uninstall
```sh