Skip to content

Commit 7a526bd

Browse files
committed
improved docs
1 parent b62116f commit 7a526bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

getting-started.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ Getting started
66
We're currently working on improving the installation experience by creating proper installers and packages,
77
but for now we offer standalone archives containing everything you need.
88

9-
.. Content from aw-server/README.md should be moved here.
10-
119
Installation
1210
============
1311

1412
.. note::
15-
The prebuilt executables have been known to sometimes have issues on Linux and macOS.
16-
If they don't work for you consider `installing-from-source` and filing an issue.
13+
The prebuilt packages are known to sometimes have issues on Linux.
14+
If they don't work for you, please create an issue and consider `installing-from-source`.
1715

1816
1. First, grab the `latest release from GitHub <https://github.com/ActivityWatch/activitywatch/releases>`_ for your operating system.
1917

installing-from-source.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ If anything doesn't work, let us know!
9090
Updating from source
9191
--------------------
9292

93-
First pull the latest version of the repo with :code:`git pull` then get the updated submodules with :code:`git submodule update --recursive`. All that's needed then is a :code:`make build`.
93+
First pull the latest version of the repo with :code:`git pull` then get the updated submodules with :code:`git submodule update --init --recursive`. All that's needed then is a :code:`make build`.
9494

95-
If it doesn't work, you can first try to run :code:`make uninstall` and then do a fresh :code:`make build`.
95+
If it doesn't work, you can first try to run :code:`make uninstall` and then do a fresh :code:`make build`. If that fails as well, remove the virtualenv and start over.
96+
97+
Please report all issues you might have so we can make things easier for future users.

0 commit comments

Comments
 (0)