gplugin/gplugin

Add a Debian.md to explain how to use the repo
develop
2016-01-06, Gary Kramlich
b02f21265315
Parents 307728b2f727
Children 5187aa682b21
Add a Debian.md to explain how to use the repo
  • +14 -0
    Debian.md
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/Debian.md Wed Jan 06 22:37:07 2016 -0600
    @@ -0,0 +1,14 @@
    +Installing from Packages
    +========================
    +
    +There are packages available (more to come) via our debian mirror. You can
    +access it with the following commands.
    +
    + sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 75FE259AA8AC8032
    + echo "deb http://gplug.in/debian jessie main" | sudo tee /etc/apt/sources.list.d/gplugin.list
    + sudo apt-get update
    + sudo apt-get install libgplugin0 libgplugin-loaders
    +
    +You can use `apt-cache search gplugin` to see the other packages that are available
    +
    +