diff --git a/docs/usage.md b/docs/usage.md index b5bd70c..74b7842 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -2,19 +2,19 @@ ## Using the GitHub repository -1. Clone the GitHub repository:\ +1. Clone the GitHub repository: `git clone https://github.com/rajtilakjee/keepyourmouthshut.git` -2. Create a virtual environment using `venv`\ +2. Create a virtual environment using `venv` `python -m venv .venv` -3. Activate the virtual environment\ +3. Activate the virtual environment `.venv\Script\activate` -4. Install the dependencies\ +4. Install the dependencies `pip install -r requirements.txt` -5. Run the app\ +5. Run the app `streamlit run src/main.py` ## Using the Docker image -1. Pull the Docker image\ +1. Pull the Docker image `docker pull rajtilakjee/keepyourmouthshut:1.0.0` 2. Start using the image diff --git a/mkdocs.yml b/mkdocs.yml index 445cb5a..1f050b6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -57,6 +57,5 @@ copyright: >- nav: - Home: index.md - Usage: usage.md - - Development: development.md - Resources: resources.md - Acknowledgement: acknowledgement.md