edits
Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/275cfe7a
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/275cfe7a
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/275cfe7a
Branch: refs/heads/gh-pages
Commit: 275cfe7ac4b1f8e829a43246340c3835c472a0e3
Parents: b73863f
Author: Bridget Bevens <bbevens@maprtech.com>
Authored: Mon Feb 22 18:39:24 2016 -0800
Committer: Bridget Bevens <bbevens@maprtech.com>
Committed: Mon Feb 22 18:39:24 2016 -0800
----------------------------------------------------------------------
_docs/tutorials/020-drill-in-10-minutes.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/drill/blob/275cfe7a/_docs/tutorials/020-drill-in-10-minutes.md
----------------------------------------------------------------------
diff --git a/_docs/tutorials/020-drill-in-10-minutes.md b/_docs/tutorials/020-drill-in-10-minutes.md
index 7b77e96..e62e4b8 100644
--- a/_docs/tutorials/020-drill-in-10-minutes.md
+++ b/_docs/tutorials/020-drill-in-10-minutes.md
@@ -1,6 +1,6 @@
---
title: "Drill in 10 Minutes"
-date: 2016-02-23 02:32:13 UTC
+date: 2016-02-23 02:39:25 UTC
parent: "Tutorials"
description: Get started with Drill in 10 minutes or less.
---
@@ -53,7 +53,7 @@ Complete the following steps to install Drill:
3. Copy the downloaded file to the directory where you want to install Drill.
-4. Extract the contents of the Drill .tar.gz file. Use sudo if necessary:
+4. Extract the contents of the Drill .tar.gz file. Use `sudo` if necessary:
`tar -xvzf <.tar.gz file name>`
|