From 30d6844e6dd9e1a4f633262ef4f0cac8ae837983 Mon Sep 17 00:00:00 2001 From: hartator Date: Tue, 3 Nov 2015 14:08:38 -0600 Subject: [PATCH] Improve Readme formating to make it clearer #15 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e11611d..056c71c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Then run: gem install wayback_machine_downloader -Tip: If you have permission errors, you might have to run `sudo gem install wayback_machine_downloader`. +**Tip:** If you run into permission errors, you might have to add `sudo` in front of this command. ## Basic Usage @@ -23,7 +23,7 @@ It will download the last version of every file present on Wayback Machine to `w ## Optional Timestamp -You may want to supply a specific timestamp to lock your backup to an older version of the website, which can be found using the Wayback link: http://web.archive.org/web/20060716231334/http://example.com +You may want to supply a specific timestamp to lock your backup to an older version of the website, which can be found inside the urls of the regular Wayback Machine website (e.g., http://web.archive.org/web/20060716231334/http://example.com). Wayback Machine Downloader will then fetch only file versions on or prior to the timestamp specified: wayback_machine_downloader http://example.com --timestamp 20060716231334