Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMarkelov committed Mar 16, 2020
1 parent 72aa140 commit 98238be
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ assets = [
["docs/usage.md", "usr/share/doc/haku/README", "644"],
]
extended-description = """\
A command runner - a handy way to execute project- or directory-specific tasks.\
A command runner insipred by 'make' utility - a handy way to execute project- or directory-specific tasks.\
"""
changelog = "changelog"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ both tools are for different purposes and it does not make much sense to compare
You can compile the application from sources, or install using cargo:

```shell
$ cargo install haku
$ cargo install hakufile
```

You need Rust compiler that supports Rust 2018 edition (Rust 1.38 or newer) to do it. If you want
to upgrade existing haku, execute the following command:

```shell
$ cargo install haku --force
$ cargo install hakufile --force
```

For rust 1.41 and newer flag `--force` can be omitted.
Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ haku (0.3.1) unstable; urgency=medium

* First public version

-- Vladimir Markelov <[email protected]> Sun, 05 Jan 2020 17:30:09 -0800
-- Vladimir Markelov <[email protected]> Sun, 15 Mar 2020 10:37:06 -0700

0 comments on commit 98238be

Please sign in to comment.