We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e6014 commit 4ed7bb6Copy full SHA for 4ed7bb6
docs/README.md
@@ -51,8 +51,13 @@ cd docs/_build/html
51
python3 -m http.server 8080
52
```
53
54
-10. Open the documentation in your browser:
+10. Open the documentation in your browser. Depending on your platform use `open` (macOS), `xdg-open` (Linux), or `start` (Windows):
55
```bash
56
-open http://localhost:8080/en
57
-open http://localhost:8080/ru
+open http://localhost:8080/en # macOS
+xdg-open http://localhost:8080/en # Linux
58
+start http://localhost:8080/en # Windows
59
+
60
+open http://localhost:8080/ru # macOS
61
+xdg-open http://localhost:8080/ru # Linux
62
+start http://localhost:8080/ru # Windows
63
0 commit comments