Skip to content

Commit

Permalink
Adding ps1 and x86 run options, adding code blocks to make commands s…
Browse files Browse the repository at this point in the history
…tand out.
  • Loading branch information
codereflection committed Feb 28, 2012
1 parent 3f96762 commit 8aa5db6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ a continuous test runner for .NET applications. True to form, Giles will watch y

# Useage:

```
giles.exe -s [path_to_solution]
```

or

```
giles.ps1 (from root of solution, this will usually find your solution and test assemblies for you)
```

(```giles-x86.exe``` and ```giles-x86.ps1``` are also available for strictly 32-bit applications)


# Command Line Help:
Expand All @@ -22,6 +32,7 @@ Giles Options

While in the interactive console, press ? for a list of options:

```
Interactive Console Options:
? = Display options
Expand All @@ -38,5 +49,6 @@ Interactive Console Options:
B = Set Build Delay
Q = Quit
```

For more information and requirement to run Giles, please visit the [wiki](https://github.com/codereflection/Giles/wiki)

0 comments on commit 8aa5db6

Please sign in to comment.