Skip to content

Commit

Permalink
Merge pull request #26 from Jyny/dev
Browse files Browse the repository at this point in the history
change version and add span install
  • Loading branch information
Jyny authored Sep 6, 2019
2 parents 404a607 + 3ddadb3 commit 2d7414b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Use "outliner [command] --help" for more information about a command.
- [Install or Download](#install-or-download)
- [Mac OSX](#mac-osx)
- [Arch linux](#arch-linux)
- [Ubuntu or Snap supported OS](#ubuntu-or-snap-supported-os)
- [Download release from GitHub](#download-release-from-github)
- [Setup](#setup)
- [1. Get `API_TOKEN`](#1-get-api_token)
Expand All @@ -51,15 +52,17 @@ $ brew install jyny/outliner/outliner
```

### Arch linux
install from the [AUR](https://aur.archlinux.org/packages/outliner/).
Install from the [AUR](https://aur.archlinux.org/packages/outliner/).
Use [yay](https://github.com/Jguer/yay) for example:
```
$ yay -S outliner
```

### Ubuntu (wip)
### Ubuntu or Snap supported OS
Insatll from [Snap](https://snapcraft.io/) on [Snap-supported-OS](https://snapcraft.io/docs/core/install).
[Snap](https://snapcraft.io/) on Ubuntu may work out of box after `16.04`.
```
# apt isntall outliner
$ snap install outliner
```

### Download release from GitHub
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0
v0.2.2
4 changes: 2 additions & 2 deletions pkg/deployer/ssh/script_vfsdata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d7414b

Please sign in to comment.