diff --git a/BUILD.md b/BUILD.md index c8e9661..42fb8be 100644 --- a/BUILD.md +++ b/BUILD.md @@ -38,4 +38,4 @@ To spin up the development server, run `npm run dev`. This will start the develo The release build for the backend is a simple binary that can be run on any machine. The release build for the frontend is a static bundle that can be served by any web server. -We combine the frontend and backend into a single container using Podman/Docker. The `Containerfile` (also known as a Dockerfile) in the container directory is used to build the container. To see exactly how the container is built, refer to the `Containerfile`. \ No newline at end of file +We combine the frontend and backend into a single container using Podman/Docker. The `Containerfile` (also known as a Dockerfile) in the container directory is used to build the container. To see exactly how the container is built, refer to the `Containerfile`. diff --git a/README.md b/README.md index 85b0f15..b162772 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,6 @@ Dependencies: - Make - [Node & npm](https://nodejs.org/en/) - [Podman](https://podman.io/) / [Docker](https://www.docker.com/) +- (Optional) [Just](https://github.com/casey/just) More detailed build instructions [here](./BUILD.md).