Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Added coreutils to the pre-requisites #1062

Merged
merged 1 commit into from
Dec 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
- Fixed issue with error handling
- **[Vignesh Ram Somnath](https://github.com/VIGS25)**
- Implemented exclusion of known dead links from the search index
- **[Mudassir Chapra](https://github.com/muddi900)**
- Improved quickstart docs for macOS users
4 changes: 3 additions & 1 deletion api/docs/guides/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
- [Docker Compose](https://docs.docker.com/compose/install/)
- [Just](https://github.com/casey/just)
- [mkcert](https://github.com/FiloSottile/mkcert)
- [coreutils](https://formulae.brew.sh/formula/coreutils) (only for macOS)

Ensure that you have installed `mkcert` (and the corresponding NSS tools). You
can run `mkcert -install` to verify your installation.
can run `mkcert -install` to verify your installation. `coreutils` adds GNU
utils to macOS. `timeout` from the package is required.

> _**Note:**_ Our Docker compose configuration requires specific environment
> configuration that is automatically handled by `just`. While you can run
Expand Down