From 9d382fc8ace47c757f475d09e4379e1d8ccaaf65 Mon Sep 17 00:00:00 2001 From: Hakase Date: Sat, 22 Sep 2018 01:09:27 +0900 Subject: [PATCH] Fix typo - README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb3fa5..6e2db9c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Example Web Server - [https://ssl.hakase.io/](https://ssl.hakase.io/) ## Please install dependency library. -- CentOS / Red Hat - `yum install jemalloc-devel libuuid-devel libatomic libatomic_ops-devel expat-devel unzip autoconf automake libtool gd-devel libmaxminddb-dev gcc-c++ curl` +- CentOS / Red Hat - `yum install jemalloc-devel libuuid-devel libatomic libatomic_ops-devel expat-devel unzip autoconf automake libtool gd-devel libmaxminddb-devel gcc-c++ curl` - Ubuntu / Debian - `apt install libjemalloc-dev uuid-dev libatomic1 libatomic-ops-dev expat unzip autoconf automake libtool libgd-dev libmaxminddb-dev g++ curl` ## How to Install?