From 6e4ebc600d557dc85b4fbde362cc1d9e5bcf5698 Mon Sep 17 00:00:00 2001 From: Kat Olaguer <59626759+katporks@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:48:38 -0800 Subject: [PATCH] Update README.md for adjusted Makefile --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92030ff..b8f62dd 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Dependencies are specified in the `pyproject.toml`, and the exact versions of th Ensure you have the superuser credentials you want in your .env.dev file prior to running `make build-dev`. The Makefile provides several commands for building and running the project: -- `make build-dev`: Builds and starts the Docker images for the development environment. -- `make up-dev`: Starts the Docker containers for the development environment. -- `make down-dev`: Stops the Docker containers for the development environment. +- `make build`: Builds and starts the Docker images for the development environment. +- `make up`: Starts the Docker containers for the development environment. +- `make down`: Stops the Docker containers for the development environment. - `make build-prod`: Builds the Docker images for the production environment. - `make up-prod`: Starts the Docker containers for the production environment. - `make down-prod`: Stops the Docker containers for the production environment.