Removed bpkg installer because it doesn't work and I can't recommend it

This commit is contained in:
pepa65 2017-11-26 18:25:36 +07:00
parent fa141b60dd
commit 867036ca3a
2 changed files with 3 additions and 30 deletions

View File

@ -15,16 +15,13 @@ This client can render both the old and the new tldr markup format.
Download the tldr bash script to the install location:
```bash
location=/usr/local/bin/tldr # elevated privileges needed for some locations
sudo wget -qO $location https://4e4.win/tldr
sudo chmod +x $location
loc=/usr/local/bin/tldr # elevated privileges needed for some locations
sudo wget -qO $loc https://4e4.win/tldr
sudo chmod +x $loc
```
If the location is not in $PATH, you need to specify the path to run it.
Alternately, you can do `sudo bpkg-install pepa65/tldr` if you have
[bpkg](https://github.com/bpkg/bpkg) installed.
<img alt="tldr page screenshot" src="tldr-page.jpg" title="tldr page" width="600" />
<img alt="tldr list screenshot" src="tldr-list.jpg" title="tldr list" width="600" />

View File

@ -1,24 +0,0 @@
{
"name": "tldr-bash-client",
"version": "0.33",
"description": "Bash client for tldr: community driven man-by-example",
"preferGlobal": true,
"global": "true",
"install": "install -c tldr ${PREFIX:-/usr/local}/bin",
"uninstall": "rm -f -- ${PREFIX:-/usr/local}/bin/tldr",
"bin": {
"tldr": "tldr"
},
"repository": {
"type": "git",
"url": "https://github.com/pepa65/tldr-bash-client"
},
"keywords": [ "color", "github", "docs", "client", "markdown", "bash", "man" ],
"author": "pepa65 <solusos@passchier.net>",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/pepa65/tldr-bash-client",
"email" : "solusos@passchier.net"
},
"homepage": "https://github.com/pepa65/tldr-bash-client"
}