Skip to content

Commit 57f9abb

Browse files
committed
Revert code review suggestion of combining macOS and Linux open commands.
1 parent 9bd2078 commit 57f9abb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ This will generate the HTML files in ``docs/_build/html/``.
240240

241241
You can then open the documentation in your browser:
242242

243-
- **macOS & Linux:** ``open docs/_build/html/index.html``
243+
- **Linux:** ``xdg-open docs/_build/html/index.html``
244+
- **macOS:** ``open docs/_build/html/index.html``
244245
- **Windows:** ``start docs\_build\html\index.html``
245246

246247
*Tox automatically installs the necessary dependencies, so you don’t need

0 commit comments

Comments
 (0)