From 706402d40c5b02a7d050074e4c41525c9632f5b3 Mon Sep 17 00:00:00 2001 From: minus Date: Tue, 1 Sep 2015 10:15:09 +0200 Subject: Updated readme dependency list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a51a0a86..3d060750 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Install dependencies: * [wlc](https://github.com/Cloudef/wlc) * xwayland * asciidoc +* pcre +* json-c + +Oneliner for Arch Linux: `yaourt -S cmake xorg-server-xwayland asciidoc pcre json-c wlc-git` Run these commands: -- cgit v1.2.3-70-g09d2 From 5ad90230745caa96d6ed1b048eaf7dd70c88e3bb Mon Sep 17 00:00:00 2001 From: minus Date: Tue, 1 Sep 2015 13:38:00 +0200 Subject: remove yaourt command from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3d060750..bf99433e 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ Install dependencies: * pcre * json-c -Oneliner for Arch Linux: `yaourt -S cmake xorg-server-xwayland asciidoc pcre json-c wlc-git` - Run these commands: cmake . -- cgit v1.2.3-70-g09d2