From 042088085d9d3947ad247a1b04aa9e592ab075b8 Mon Sep 17 00:00:00 2001 From: markwalkom Date: Sun, 12 Feb 2017 01:24:04 +1100 Subject: [PATCH] Update tutorial-load-dataset.asciidoc (#10298) Clarified that curl stuff needs to be run in a terminal. Inspired by https://discuss.elastic.co/t/newbie-stuck-in-1st-tutorial/74660 --- docs/getting-started/tutorial-load-dataset.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/tutorial-load-dataset.asciidoc b/docs/getting-started/tutorial-load-dataset.asciidoc index 44a42bc85344..e7233e13c5dd 100644 --- a/docs/getting-started/tutorial-load-dataset.asciidoc +++ b/docs/getting-started/tutorial-load-dataset.asciidoc @@ -58,7 +58,7 @@ Before we load the Shakespeare and logs data sets, we need to set up {es-ref}map Mapping divides the documents in the index into logical groups and specifies a field's characteristics, such as the field's searchability or whether or not it's _tokenized_, or broken up into separate words. -Use the following command to set up a mapping for the Shakespeare data set: +Use the following command in a terminal (eg `bash`) to set up a mapping for the Shakespeare data set: [source,shell] curl -XPUT http://localhost:9200/shakespeare -d '