From 51e00789edaf286661c0ef8175354cfcdce2c3ab Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Mon, 18 Sep 2023 17:33:17 -0400 Subject: [PATCH] Remove stray reference to retired "development tool" Fixes #202 Signed-off-by: Josh Richards --- developer_manual/getting_started/devenv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/getting_started/devenv.rst b/developer_manual/getting_started/devenv.rst index 0b1ba54eb..0dbee2224 100644 --- a/developer_manual/getting_started/devenv.rst +++ b/developer_manual/getting_started/devenv.rst @@ -54,7 +54,7 @@ Check out the code The following commands are using **/var/www** as the Web server's directory and **www-data** as user name and group. -After the development tool installation make the directory writable so you install the code as your regular user, and don't need root privileges:: +Make the directory writable so you can install the code as your regular user, and don't need root privileges:: sudo chmod o+rw /var/www