Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Add set up details to development guidelines (#142)
Browse files Browse the repository at this point in the history
* Add set up details to the development guidelines
  • Loading branch information
MarahGamdou authored Oct 14, 2022
1 parent 878e8e1 commit 3c1b88c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/development-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ You need to have:

- [rootless Docker](https://docs.docker.com/engine/security/rootless/)
- Note that if Docker is running as root on you local machine, you may run into some permission issues.
- Note that if you use Rootless mode, you might want to check that your Docker daemon is running properly, e.g., with `$ systemctl status docker`. If
your Docker daemon is inactive, you can start it manually, e.g., with `$ sudo systemctl start docker`.
- [Go](https://go.dev/)
- Note that you might want to check that you have [golangci-lint](https://github.com/golangci/golangci-lint) installed, e.g., with `$ golangci-lint --
version`. See [related issues](https://github.com/golangci/golangci-lint/issues/648) if you faced an error.
- [Bazel](https://bazel.build/), e.g., with `$ sudo apt-get install bazel`.

And optionally:
Expand Down

0 comments on commit 3c1b88c

Please sign in to comment.