From cbc0aa4916e4a2863e2ef356cb4a4073d542073e Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 22 Sep 2015 05:32:55 -0700 Subject: [PATCH] README: drop 'urchin' codename in favor of Scylla --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f6e3042b62..2bee305b23 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -#Urchin +#Scylla -##Building Urchin +##Building Scylla -In addition to required packages by Seastar, the following packages are required by Urchin. +In addition to required packages by Seastar, the following packages are required by Scylla. ### Submodules -Urchin uses submodules, so make sure you pull the submodules first by doing: +Scylla uses submodules, so make sure you pull the submodules first by doing: ``` git submodule init git submodule update --recursive ``` -### Building urchin on Fedora +### Building scylla on Fedora Installing required packages: ```