diff options
Diffstat (limited to 'users/wpcarro/boilerplate')
-rw-r--r-- | users/wpcarro/boilerplate/README.md | 2 | ||||
-rw-r--r-- | users/wpcarro/boilerplate/clojure/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/users/wpcarro/boilerplate/README.md b/users/wpcarro/boilerplate/README.md index 0ff4afa5b24d..aa72266a337a 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 2eec7f75e063..53590850bcd9 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 |