Skip to content

Commit

Permalink
Merge pull request technomancy#2290 from daveliepmann/patch-1
Browse files Browse the repository at this point in the history
Add base profile note to lein checkouts
  • Loading branch information
hypirion authored Jul 19, 2017
2 parents afd3dee + 0ebf7ba commit 3d87692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ Checkouts are an opt-in feature; not everyone who is working on the
project will have the same set of checkouts, so your project should
work without checkouts before you push or merge.

Make sure not to override the `base` profile while using checkouts. In practice that usually means using `lein with-profile +foo run` rather than `lein with-profile foo run`.

### Search

Leiningen supports searching remote Maven repositories for matching
Expand Down

0 comments on commit 3d87692

Please sign in to comment.