From f80db5b285527ac9ef767cabf32cfe1ddc6c22ff Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 6 Oct 2016 07:02:16 -0400 Subject: [PATCH] README: Instruct users to install libofx --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 6e3ab7b..aff6c01 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ MoneyGo README Installation ============ -First, install npm in your distribution: - $ sudo pacman -S npm +First, install npm and libofx in your distribution: + $ sudo pacman -S npm libofx Install browserify globally using npm: $ sudo npm install -g browserify