From 746fec26bc313e64f63ccfd5baae1e70513f1f97 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:08:53 -0500 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2f5741c..0507d1f 100644 --- a/README.md +++ b/README.md @@ -32,23 +32,23 @@ Fork of the original [Docs-Exporter](https://github.com/Riyooo/Docs-Exporter). T - `gitpython` - Ensure you have Playwright installed and configured: - ```bash - pip install playwright - playwright install - ``` +```bash +pip install playwright +playwright install +``` ### Clone the Repository and Install Clone the project repository, create a virtual environment, activate it, and install requirements. --- - ```bash - git clone https://github.com/pacnpal/Docs-Exporter.git - cd Docs-Exporter - python -m venv .venv - source .venv/bin/activate - pip install -r requirements.txt - playwright install - ``` +```bash +git clone https://github.com/pacnpal/Docs-Exporter.git +cd Docs-Exporter +python -m venv .venv +source .venv/bin/activate +pip install -r requirements.txt +playwright install +``` ## Usage ### 1. Clone and Update Nextjs Repository