From dda204ce711bd855f0237e27f9bb1e9b3ca0b258 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 22 Feb 2016 00:55:31 -0500 Subject: [PATCH] [fix][ci skip] Installation instruction tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae0a61d4..da230027 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Installation Before you install, make sure you have the following prerequisites: -**On Linux (Debian)** +**On Linux (Ubuntu)** ``` sudo apt-get install libsnappy-dev autoconf automake libtool pkg-config ``` @@ -191,7 +191,7 @@ pkg-config --libs libpostal # print linker flags pkg-config --cflags --libs libpostal # print both ``` -For example: +For example, if you write a program called app.c, you can compile it like this: ``` gcc app.c `pkg-config --cflags --libs libpostal`