Repository: drill Updated Branches: refs/heads/gh-pages 8fe785ff8 -> fc83d1f31
update for 1.5 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/fc83d1f3 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/fc83d1f3 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/fc83d1f3 Branch: refs/heads/gh-pages Commit: fc83d1f31fc1512f539a2d1cba688f4f1e33615c Parents: 8fe785f Author: Bridget Bevens <[email protected]> Authored: Mon Feb 22 18:32:12 2016 -0800 Committer: Bridget Bevens <[email protected]> Committed: Mon Feb 22 18:32:12 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/fc83d1f3/_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 5bdabca..7b77e96 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 01:58:28 UTC +date: 2016-02-23 02:32:13 UTC parent: "Tutorials" description: Get started with Drill in 10 minutes or less. --- @@ -46,7 +46,7 @@ Complete the following steps to install Drill: 1. In a terminal window, change to the directory where you want to install Drill. -2. Download the latest version of Apache Drill [here](http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download) or go to the [Apache Drill mirror site](http://www.apache.org/dyn/closer.cgi/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz) and the command appropriate for your system with a download link from the mirror site. Example: +2. Download the latest version of Apache Drill [here](http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download) or from the [Apache Drill mirror site](http://www.apache.org/dyn/closer.cgi/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz) with the command appropriate for your system: * `wget http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz` * `curl -o apache-drill-1.5.0.tar.gz http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz`
