aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-18 16:12:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-18 16:12:20 -0300
commit1284b953e8bb17b259f69f07eeb20deb36db01f2 (patch)
treee76187b4965403a430011051afd3ed72883c9985 /README.md
parent64af5fc72e357fcb82bda05782b5b86628ce2774 (diff)
downloadstowpkg-1284b953e8bb17b259f69f07eeb20deb36db01f2.tar.gz
stowpkg-1284b953e8bb17b259f69f07eeb20deb36db01f2.tar.bz2
Misc updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6f90340..538975f 100644
--- a/README.md
+++ b/README.md
@@ -15,13 +15,22 @@ Features
Coming features
---------------
-* Automatic patch application.
+* Automatic application patching.
* Source code verification using multiple methods (commit hash, checksums, OpenPGP).
Installation
------------
-On a Debian-like system:
+Simply clone it and add to your `$PATH`:
+
+ git clone https://git.fluxo.info/stowpkg
+
+You can also verify the latest commit's OpenPGP signature:
+
+ /usr/bin/git -C stowpkg verify-commit HEAD
+
+You'll also need some dependencies. On a Debian-like system those can be
+installed using
sudo apt install stow build-essential
@@ -77,12 +86,12 @@ Starting from `$BASE` (like `/usr/local`) we have:
Further development
-------------------
-* Per-architecture binary package support using git-annex and GnuPG signatures, including:
+Per-architecture binary package support using git-annex and GnuPG signatures, including:
stowpkg pack <package> # pack an installed package
stowpkg fetch <package> # fetch package from the repo
-What is does
+What it does
------------
If you want to do it manually: