From 806b197e2eb69ec672d5b0eecdd594e2a8469e25 Mon Sep 17 00:00:00 2001 From: Alexis Lopez Zubieta Date: Thu, 18 Jul 2019 14:01:52 -0500 Subject: [PATCH] Include appimage-service installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4654897..2a7be0f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Features: ## Build **Dependencies** +- appimage-services - cmake - gcc (>=4.8) - KF5::XmlGui @@ -32,4 +33,8 @@ cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` .. make -j`nproc` sudo make install +# Install AppImage Services +wget https://www.opencode.net/azubieta/AppImageService/-/jobs/artifacts/master/raw/appimage-services-x86_64.AppImage?job=build:AppImage -O appimage-services.AppImage +chmod +x appimage-services.AppImage +./appimage-services.AppImage self-install ``` -- GitLab