From f44ec2c0d3003bbbfb73b30090c4efd6df47eac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Tue, 14 Apr 2015 00:01:24 -0300 Subject: [PATCH] README: Reformat some parts of the document. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ca8955..a963fd0 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,8 @@ a class. See https://www.coursera.org/courses for the list of classes. ### Running the script Run the script to download the materials by providing your Coursera account -credentials (e.g. email address and password or a `~/.netrc` file), the class names, -as well as any additional parameters: +credentials (e.g. email address and password or a `~/.netrc` file), the +class names, as well as any additional parameters: General: coursera-dl -u -p modelthinking-004 On-Demand course: coursera-dl -u -p --on-demand calculus1 @@ -197,8 +197,10 @@ as well as any additional parameters: Initialize: mkdir -p CURRENT/{class1,class2,..classN} Update: coursera-dl -n --path CURRENT `\ls CURRENT` - Note: If your ls command is aliased to display a colorized output, you may experience problems. - Be sure to escape the ls command (use \ls) to assure that no special characters get sent to the script. +**Note:** If your `ls` command is aliased to display a colorized output, you +may experience problems. Be sure to escape the `ls` command (use `\ls`) to +assure that no special characters get sent to the script. + On \*nix platforms, the use of a `~/.netrc` file is a good alternative to specifying both your username (i.e., your email address) and password every