Skip to content

Commit bddf522

Browse files
committed
docs: clarify browser command
1 parent f6a8c83 commit bddf522

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,13 @@ cd docs/_build/html
5151
python3 -m http.server 8080
5252
```
5353

54-
10. Open the documentation in your browser:
54+
10. Open the documentation in your browser. Depending on your platform use `open` (macOS), `xdg-open` (Linux), or `start` (Windows):
5555
```bash
56-
open http://localhost:8080/en
57-
open http://localhost:8080/ru
56+
open http://localhost:8080/en # macOS
57+
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
5863
```

0 commit comments

Comments
 (0)