Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Add $ rake and $ guard to README
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 20, 2016
1 parent 542ba6a commit 1204039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $ git clone https://github.com/replace_username/replace_gemname.git

### Rake

Run `rake -T` to see all Rake tasks.
Run `$ rake -T` to see all Rake tasks.

```
rake build # Build replace_gemname-0.0.0.gem into the pkg directory
Expand All @@ -173,7 +173,7 @@ rake yard # Generate YARD Documentation

Guard tasks have been separated into the following groups:
`doc`, `lint`, and `unit`.
By default, Guard will generate documentation, lint, and run unit tests.
By default, `$ guard` will generate documentation, lint, and run unit tests.

## Contributing

Expand Down

0 comments on commit 1204039

Please sign in to comment.