diff options
Diffstat (limited to 'users/wpcarro/boilerplate/clojure/README.md')
-rw-r--r-- | users/wpcarro/boilerplate/clojure/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |