diff --git a/Cargo.toml b/Cargo.toml index 8a39b13..fa1e15f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pont" -version = "0.2.0" +version = "0.3.0" authors = ["Mircea Teodor Oprea "] license = "MIT" description = "A project template tool that works with Git repositories and local directories." diff --git a/README.md b/README.md index 3bc1c9b..2791178 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Currently, `pont` can only be installed using [cargo](https://doc.rust-lang.org/ cargo install pont ``` +## Prerequisites + +- `git` should be installed and available in your PATH. + ## Usage ### Generate a template @@ -49,7 +53,7 @@ It is a good idea to always include the `.git` directory in the `ignore` list, a `pont.yaml` example: ```yaml -version: 0.2.0 +version: 0.3.0 name: pont commands: - echo "Initializing Pont..." diff --git a/pont.yaml b/pont.yaml index 99a3f69..890e3e3 100644 --- a/pont.yaml +++ b/pont.yaml @@ -1,4 +1,4 @@ -version: 0.2.0 +version: 0.3.0 name: pont commands: - echo "Initializing Pont..."