We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be08d6d commit 4cbbedaCopy full SHA for 4cbbeda
README.md
@@ -17,14 +17,14 @@ Access the web interface at http://localhost:8721
17
18
1. Clone the repository:
19
```bash
20
-git clone https://github.com/yourusername/docsrs-scraper.git
+git clone https://github.com/toolworks-dev/docsrs-scraper.git
21
cd docsrs-scraper
22
```
23
24
2. Create and activate virtual environment:
25
26
python -m venv venv
27
-source venv/bin/activate # On Windows: venv\Scripts\activate
+source venv/bin/activate
28
29
30
3. Install dependencies:
@@ -48,5 +48,5 @@ gunicorn --bind 0.0.0.0:8721 --workers 4 --timeout 120 wsgi:app
48
49
### Command Line
50
51
-python docs_scraper.py https://docs.rs/wgpu/latest/wgpu/ output.md
52
-```
+python docs_scraper.py https://docs.rs/wgpu/latest/wgpu output.md
+```
0 commit comments