From 2329d993ef97a4e7669c80685a43b7aaf38720c1 Mon Sep 17 00:00:00 2001 From: "luke.li" Date: Fri, 5 Jan 2018 16:36:11 +0800 Subject: [PATCH] Remove "-y" option for package install command. According to "code conventions" [1], do not use "-y" option. Instead, use apt-get install package, yum install package, or zypper install package. [1] https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions Change-Id: I293ffdd875680fc837a3ff877eba28b233c8ff9c --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 233d00da9..997dbadf9 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ change them as you like. #. Install and run memcached DB:: - $ sudo apt-get install -y memcached + $ sudo apt-get install memcached $ memcached -u memcache -d #. Analyze data which are specifed on default_data.json and store the data into memcached DB::