Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Updated usage information.
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Dec 10, 2014
1 parent 825688f commit 3e84bb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ PS C:\> choco install cake-bootstrapper
```

When everything is installed, close the Powershell window and open a new one to make sure that everything been properly setup.
Now, go to the project where you want to setup a new Cake build and write `Install-Cake` (with the optional `AppVeyor` parameter).

Now, go to the project where you want to setup a new Cake build and write `Install-Cake` (with or without the provided *optional* parameters).

```dos
PS C:\MyProject> Install-Cake -AppVeyor
PS C:\MyProject> Install-Cake -AppVeyor -GitIgnore
-> Downloaded NuGet executable.
-> Generated NuGet package configuration.
-> Copied bootstrapper script.
-> Copied build script.
-> Copied AppVeyor configuration file.
-> Patched .gitignore.
```

This will result in the following directory structure:
Expand Down

0 comments on commit 3e84bb7

Please sign in to comment.