Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgredowski committed Jun 5, 2019
1 parent be96b2c commit 1c567c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This script will check if current commits of specified local repos are the same as on remote.

## Requirements
## Requirements (on Linux)

- `python>=3.6`
- `python3-pip`
Expand All @@ -25,12 +25,12 @@ You can install it with one command but it will require to enter `root` password

Place this repository in some cozy place from where it can be started.

Below script will create systemd service, enable it and start.
`install.sh` script will work only on Linux and create systemd service, enable it and start.
In consequence `check_repos.py` will check for repositories indicated in `repos.yaml` file.

> NOTE: Python packages has (as far as I know) to be installed globally, not in virtualenv.
> Why? Because of using `gi` by `pystray`.

```shell
./install.sh
```
```

0 comments on commit 1c567c2

Please sign in to comment.