Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/rolandbernard/marvin into …
Browse files Browse the repository at this point in the history
…devel
  • Loading branch information
rolandbernard committed Jun 19, 2021
2 parents 344a808 + a7d7ca0 commit e01d693
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ This is a keystroke launcher for Linux. It is build using electron but it has no
## Installation
### Using a release AppImage
Download the `Marvin-*.AppImage` file for the newest release here: https://github.com/rolandbernard/marvin/releases
and copy it to a directory in your `PATH` variable (e.g. using `$ sudo cp Marvin-*.AppImage /usr/bin/marvin`).
and copy it to a directory in your `PATH` variable (e.g. using `sudo cp Marvin-*.AppImage /usr/bin/marvin`).

### From source
To install from source, you can execute the following commands.
To install from source, you can execute the following commands:
```
$ cd /tmp
$ git clone https://github.com/rolandbernard/marvin
$ cd marvin
$ yarn install
$ yarn dist
$ sudo cp ./dist/Marvin-*.AppImage /usr/bin/marvin
cd /tmp
git clone https://github.com/rolandbernard/marvin
cd marvin
yarn install
yarn dist
sudo cp ./dist/Marvin-*.AppImage /usr/bin/marvin
```

## Features
Expand Down

0 comments on commit e01d693

Please sign in to comment.