Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsanseries committed Oct 29, 2017
1 parent ceb8913 commit 90c1741
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<p align="center">
<img width="700" height="500" src="https://github.com/robertsanseries/ciano/blob/master/data/images/screenshot.png" alt="Screenshot"> <br>
<img src="https://github.com/robertsanseries/ciano/blob/master/data/images/screenshot.png" alt="Screenshot"> <br>
<a href="https://github.com/robertsanseries/ciano/issues/new"> Report a problem! </a>
</p>

Expand Down Expand Up @@ -41,18 +41,22 @@ These dependencies must be present before building
- `ffmpeg`
- `imagemMagick`

### Building and Installation
### Building

```
git clone https://github.com/robertsanseries/ciano.git && cd ciano
meson build && cd build
meson configure -Dprefix=/usr
ninja
```

### Installation & executing
```
sudo ninja install
com.github.robertsanseries.ciano
```

### Deconstruct
### Uninstalling

```
sudo ninja uninstall
Expand Down

0 comments on commit 90c1741

Please sign in to comment.