Skip to content

Commit

Permalink
Update Readme (#664)
Browse files Browse the repository at this point in the history
Nothing major, but I noticed one typo ("getting starting") while reading the readme.
So here's a very-minor-and-not-urgent-at-all PR.
  • Loading branch information
pabuisson authored Aug 12, 2021
1 parent 3821154 commit 291d3a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@ Mina works really fast because it's a deploy Bash script generator. It
generates an entire procedure as a Bash script and runs it remotely in the
server.

Compare this to the likes of [Capistrano](https://github.com/capistrano/capistrano), where it opens an SSH connection and runs each command in sequence
, Mina only creates a SSH session and sends *one* command.
Compare this to the likes of [Capistrano](https://github.com/capistrano/capistrano), where it opens an SSH connection and runs each command in sequence, Mina only creates a SSH session and sends *one* command.

$ gem install mina
$ mina init

Mina requires ruby 2.0.0 or greater. For older please use [0.3.8 version](https://github.com/mina-deploy/mina/blob/v0.3.8/)
Mina requires ruby 2.0.0 or greater. For older versions of Ruby, please use [0.3.8 version](https://github.com/mina-deploy/mina/blob/v0.3.8/).

Documentation
----------------

For quick start check out [Getting starting guide](docs/getting_started.md)
For quick start check out [Getting started guide](docs/getting_started.md)

For migrating your current 0.3.x deploy scripts, please look at the [migrating guide](docs/migrating.md)

Expand Down

0 comments on commit 291d3a3

Please sign in to comment.