Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Jul 6, 2021
1 parent 78c1bba commit 739bf91
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.0.57

#### IMPROVED

- Unit tests

### 1.0.56

#### IMPROVED
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ _Side note:_ I actually use the library behind this utility as part of another s

## Installation

The current version of `doing` is <!--VER-->1.0.55<!--END VER-->.
The current version of `doing` is <!--VER-->1.0.56<!--END VER-->.

$ [sudo] gem install doing

To install the _latest_ version, use `--pre`:

$ [sudo] gem install --pre doing

Only use `sudo` if your environment requires it. If you're using the system Ruby on a Mac, for example, it will likely be necessary. If `gem install doing` fails, then run `sudo gem install doing` and provide your administrator password.

Run `doing config` to open your `~/.doingrc` file in the editor defined in the `$EDITOR` environment variable. Set up your `doing_file` right away (where you want entries to be stored), and cover the rest after you've read the docs.
Expand Down
Loading

0 comments on commit 739bf91

Please sign in to comment.