Skip to content

Commit

Permalink
Added help in readme on how to get task descriptions from the rake file
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Mar 22, 2011
1 parent d802d53 commit 496156b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ Get started in four simple steps!

[Topshelf Discuss](http://groups.google.com/group/topshelf-discuss)


### Contributing

1. `git config --global core.autoclrf false`
2. Shared ReSharper settings are under src/Topshelf.resharper.xml for formatting and style. ReSharper should pick up on this automatically when you launch Visual Studio.
3. Make a pull request

### Source

1. Clone the source down to your machine.
Expand Down Expand Up @@ -70,13 +77,14 @@ Get started in four simple steps!

Change `v4.0` to `v3.5`. The build script itself won't be affected by this change, but it'll help Visual Studio know what version we're building for.
3. Edit Topshelf.Host/app.config and uncomment the supportedRuntime- and runtime-elements.

### Contributing

1. `git config --global core.autoclrf false`
2. Shared ReSharper settings are under src/Topshelf.resharper.xml for formatting and style. ReSharper should pick up on this automatically when you launch Visual Studio.
3. Make a pull request
#### Editing the rake script

* Getting an overview: `rake help`
* Getting descriptions of the tasks: `rake -P`

In general you should define your tasks to have the least number of dependencies to function. Paths should be placed in the props dictionary at the start of the rake file.

## Some hints
* Have a look at the readme-files along with the samples
* Make sure that your Shelved services don't change anything inside the 'Services' folder.
Expand Down

0 comments on commit 496156b

Please sign in to comment.