docs(contributing): remove outadated info

This commit is contained in:
jguer 2020-07-27 00:17:05 +02:00
parent 5b7cee1422
commit 2cc72685ad
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35
2 changed files with 6 additions and 15 deletions

View file

@ -14,27 +14,15 @@ Yay depends on:
- go (make only)
- git
- base-devel
- pacman
Note: Yay also depends on a few other projects (as vendored dependencies). These
projects are stored in `vendor/`, are built into yay at build time, and do not
need to be installed separately. These files are managed as go modules and should not be modified manually.
Following are the dependencies managed as go modules:
- https://github.com/Jguer/go-alpm
- https://github.com/Morganamilo/go-srcinfo
- https://github.com/Morganamilo/go-pacmanconf
- https://github.com/mikkeloscar/aur
Note: Yay also depends on a few other projects, these are pulled as go modules.
### Building
Run `make` to build Yay. This command will generate a binary called `yay` in
the same directory as the Makefile.
Note: Yay's Makefile sources its dependencies from `vendor/`. When
building manually, dependencies will instead be sourced from `GOPATH`. To
build against `vendor/` you must specify `-mod=vendor` in the build command.
#### Docker Release
`make docker-release` will build the release packages for `aarch64` and for `x86_64`.
@ -55,6 +43,9 @@ All code should be formatted through `go fmt`. This tool will automatically
format code for you. We recommend, however, that you write code in the proper
style and use `go fmt` only to catch mistakes.
Use [pre-commit](https://pre-commit.com/) to validate your commits against the various
linters configured for this repository.
### Testing
Run `make test` to test Yay. This command will verify that the code is

View file

@ -112,7 +112,7 @@ If you transition between aur helpers and did not install the devel package usin
#### I want to help out!
Check `CONTRIBUTING.md` for more information.
Check [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
## Examples of Custom Operations