Skip to content

Commit

Permalink
docs: fixed incorrect syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 8, 2020
1 parent dfea65e commit 5fd018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installing-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You need:
- `Python 3.6 or 3.7 <https://www.python.org/downloads/>`_ (3.8+ not supported, see :gh-aw:`this comment <activitywatch/issues/433#issuecomment-653397090>`), check with :code:`python3 -V` (required to build the core components)
- `Poetry <https://python-poetry.org/docs/#installation>`_, check with :code:`poetry -V` (can be installed like this: :code:`python3 -m pip install poetry`)
- `Node 12 or higher <https://www.npmjs.com/get-npm>`_, check with :code:`node -v` and :code:`npm -v` (required to build the web UI)
- `Rust nightly <https://doc.rust-lang.org/cargo/getting-started/installation.html>`_ (nightly can be installed using `rustup`), check with :code:`rustc -V` and :code:`cargo -V` (for building aw-server-rust)
- `Rust nightly <https://doc.rust-lang.org/cargo/getting-started/installation.html>`_ (nightly can be installed using :code:`rustup`), check with :code:`rustc -V` and :code:`cargo -V` (for building aw-server-rust)

**For Windows users:**

Expand Down

0 comments on commit 5fd018c

Please sign in to comment.