about summary refs log tree commit diff
path: root/users/wpcarro/boilerplate
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/boilerplate')
-rw-r--r--users/wpcarro/boilerplate/README.md2
-rw-r--r--users/wpcarro/boilerplate/clojure/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/users/wpcarro/boilerplate/README.md b/users/wpcarro/boilerplate/README.md
index 0ff4afa5b2..aa72266a33 100644
--- a/users/wpcarro/boilerplate/README.md
+++ b/users/wpcarro/boilerplate/README.md
@@ -10,7 +10,7 @@ Let's say that you would like to create a game for
 following:
 
 ```shell
-$ cp ~/briefcase/boilerplate/typescript ~/briefcase/website/sandbox/game
+$ cp -r typescript path/to/new-project
 ```
 
 This initializes the project. To start developing, run:
diff --git a/users/wpcarro/boilerplate/clojure/README.md b/users/wpcarro/boilerplate/clojure/README.md
index 2eec7f75e0..53590850bc 100644
--- a/users/wpcarro/boilerplate/clojure/README.md
+++ b/users/wpcarro/boilerplate/clojure/README.md
@@ -7,7 +7,7 @@ This boilerplate uses `lein` to manage the project.
 To use this boilerplate, run the following in a shell:
 
 ```shell
-$ cp ~/briefcase/boilerplate/clojure path/to/new-project
+$ cp -r . path/to/new-project
 ```
 
 After running the above command, change the following files to remove the