From 1b381eec93627baf679c05e26ad70abe260a3649 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 17 Jan 2017 00:53:23 +0000 Subject: [PATCH] README: clarify that git clone is still demo I actually tried to clone an existing repository after reading the current description. Hopefully this makes it clearer that the command is LGB-specific and meant to be used without any arguments. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96058ca6e..fdfcf67c7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ By default the application launches in "sandbox mode" with a basic repository al * `undo` to undo the effects of the last command * `reset` to start over from a clean slate (works in levels too) -* `git clone` to play with remote repositories! +* `git clone` to simulate remote repositories! Sandbox mode can be great for demonstrating something to a friend, but the real learning is with levels...