From deb83e0bf06cb6896c5ef0ffe9c793f43e700f7d Mon Sep 17 00:00:00 2001 From: Franco Meloni Date: Fri, 20 Sep 2019 11:38:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9f8d81..3b6392a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Swift CLI release tool for Git repos and Swift Packages -## Installation +## Install Rocket You can install Rocket with SPM 1. Add or amend a Package.swift 2. Add this dependency `.package(url: "https://github.com/f-meloni/Rocket", from: "0.1.0")` 3. Then you can run `swift run rocket 1.0.0` where `1.0.0` is the version that you want to release -## Setup the release steps +## Set up the release steps #### With YAML Create a file called `.rocket.yml` with your steps inside