Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
remove unnecessary escape chars
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kim committed Feb 20, 2015
1 parent a079409 commit cc571b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions usfec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ http://download.elasticsearch.org/demos/usfec/snapshot_demo_usfec.tar.gz

Create a folder somewhere on your local drive called “snapshots” and uncompress the .tar.gz file into that directory. For example:
```
\# Create snapshots directory
# Create snapshots directory
mkdir -p ~/elk/snapshots
\# Copy snapshot download to your new snapshots directory
# Copy snapshot download to your new snapshots directory
cp ~/Downloads/snapshot_demo_usfec.tar.gz ~/elk/snapshots
\# Go to snapshots directory
# Go to snapshots directory
cd ~/elk/snapshots
\# Uncompress snapshot file
# Uncompress snapshot file
tar xf snapshot_demo_usfec.tar.gz
```
Once you have Elasticsearch running, restoring the index is a two-step process:
Expand Down

0 comments on commit cc571b5

Please sign in to comment.