Skip to content

Commit

Permalink
Update README.md (#318)
Browse files Browse the repository at this point in the history
Remove settings no longer present
  • Loading branch information
huntc authored Oct 21, 2021
1 parent fd01ccf commit 1f95c67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ freshOrganization := "doe.john" // Organization – "default" by defa
freshAuthor := "John Doe" // Author – value of "user.name" system property or "default" by default
freshLicense := Some(License.mit) // Optional license – `apache20` by default
freshSetUpGit := false // Initialize a Git repo and create an initial commit – `true` by default
freshSetUpTravis := true // Configure Travis for Continuous Integration - `false` by default
freshSetUpWartremover := true // Include the sbt wartremover (http://www.wartremover.org) plugin - `false` by default
```

Other settings which probably shouldn't be set globally:
Expand All @@ -50,8 +48,6 @@ arguments (hit tab for auto completion) which override the respective settings:
- `author`
- `license`
- `setUpGit`
- `setUpTravis`
- `setUpWartremover`

Example:

Expand Down

0 comments on commit 1f95c67

Please sign in to comment.