From 051fcffccb2b370604a55e6c04bc08c36b5d24f9 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Wed, 8 Mar 2017 16:54:06 -0800 Subject: [PATCH] copy-edit, more explanation on command line savvy --- engine/getstarted/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted/index.md b/engine/getstarted/index.md index dc54935082..cf9a76399c 100644 --- a/engine/getstarted/index.md +++ b/engine/getstarted/index.md @@ -46,7 +46,7 @@ If you are using Docker for Mac, Docker for Windows, or Docker on Linux, you wil ## How much command line savvy do I need? -The getting started tour uses Docker Engine CLI commands entered on the command line of a terminal window. You don't need to be a wizard at the command line, but you should be familiar with how to open your favorite shell or terminal, and run basic commands in that environment. It helps (but isn't required) to know how to navigate a directory tree, manipulate files, list running process, and so forth. +The getting started tour uses Docker Engine CLI commands entered on the command line of a terminal window. You don't need to be a wizard at the command line, but you should be familiar with how to open your favorite shell or terminal, and run basic commands in that environment. It helps (but isn't required) to know how to navigate a directory tree, manipulate files (move, copy, edit, save, read), list running processes, and so forth. ## Where to go next