Skip to content

Commit

Permalink
release: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
winneon committed Sep 5, 2017
1 parent 178bd72 commit 27548b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Install **[gsu]** or **[gsu-git]** from the AUR.
[gsu]: https://aur.archlinux.org/packages/gsu/
[gsu-git]: https://aur.archlinux.org/packages/gsu-git/

### Install From Source
### Universal Install

gsu depends heavily on maim, slop, FFmpeg, curl, and jq for its functionality. To install gsu's dependencies, run the following commands in accordance to your distro.

Expand Down Expand Up @@ -83,8 +83,8 @@ Install `maim`, `slop`, `ffmpeg`, `curl`, and `jq` using your package manager of
After installing the dependents, run the following commands to install gsu.

```
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/1.1.1
$ tar xvf gsu.tar.gz && cd gsu-1.1.1
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/1.1.2
$ tar xvf gsu.tar.gz && cd gsu-1.1.2
$ sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion gsu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="1.1.1-git"
VERSION="1.1.2"
config_path="${XDG_CONFIG_HOME:-${HOME}/.config}/gsu"

print_help() {
Expand Down
4 changes: 2 additions & 2 deletions gsu.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH GSU "1" "September 2017" "gsu 1.1.1-git" "User Commands"
.TH GSU "1" "September 2017" "gsu 1.1.2" "User Commands"
.SH NAME
gsu \- manual page for gsu 1.1.1-git
gsu \- manual page for gsu 1.1.2
.SH SYNOPSIS
.B gsu
[\fI\,OPTION\/\fR]... \fI\,SOURCE\/\fR
Expand Down

0 comments on commit 27548b6

Please sign in to comment.