Skip to content

Commit

Permalink
Update references to quickstrom
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Nov 4, 2022
1 parent 9a994ea commit 38f69e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<hr>

<p align=center>
<a href="https://github.com/quickstrom/pyquickstrom/actions/workflows/test.yml">
<img src="https://github.com/quickstrom/pyquickstrom/actions/workflows/test.yml/badge.svg" />
<a href="https://github.com/quickstrom/quickstrom/actions/workflows/test.yml">
<img src="https://github.com/quickstrom/quickstrom/actions/workflows/test.yml/badge.svg" />
</a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/source/installation/nix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ executable:
.. code-block:: console
$ cachix use quickstrom
$ nix-env -iA quickstrom -f https://github.com/quickstrom/pyquickstrom/tarball/main
$ nix-env -iA quickstrom -f https://github.com/quickstrom/quickstrom/tarball/main
If you're on Darwin, you're probably going to have problems with
Firefox and Chrome from nixpkgs. You can exclude browsers from the
Expand All @@ -28,7 +28,7 @@ Chrome/Chromium. If you want to do this, override it with this command:

.. code-block:: console
$ nix-env -iA quickstrom -f https://github.com/quickstrom/pyquickstrom/tarball/main \
$ nix-env -iA quickstrom -f https://github.com/quickstrom/quickstrom/tarball/main \
--arg includeBrowsers false
Verify that Quickstrom is now available in your environment:
Expand Down

0 comments on commit 38f69e9

Please sign in to comment.