mirror of
https://github.com/PacFactory/Docs-Exporter-Nextjs.git
synced 2025-12-19 19:21:05 -05:00
Update README.md
This commit is contained in:
24
README.md
24
README.md
@@ -32,23 +32,23 @@ Fork of the original [Docs-Exporter](https://github.com/Riyooo/Docs-Exporter). T
|
|||||||
- `gitpython`
|
- `gitpython`
|
||||||
- Ensure you have Playwright installed and configured:
|
- Ensure you have Playwright installed and configured:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install playwright
|
pip install playwright
|
||||||
playwright install
|
playwright install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Clone the Repository and Install
|
### Clone the Repository and Install
|
||||||
Clone the project repository, create a virtual environment, activate it, and install requirements.
|
Clone the project repository, create a virtual environment, activate it, and install requirements.
|
||||||
|
|
||||||
---
|
---
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/pacnpal/Docs-Exporter.git
|
git clone https://github.com/pacnpal/Docs-Exporter.git
|
||||||
cd Docs-Exporter
|
cd Docs-Exporter
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
playwright install
|
playwright install
|
||||||
```
|
```
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### 1. Clone and Update Nextjs Repository
|
### 1. Clone and Update Nextjs Repository
|
||||||
|
|||||||
Reference in New Issue
Block a user