Skip to content

Commit

Permalink
Merge pull request #46 from chrismytton/tidy-readme
Browse files Browse the repository at this point in the history
Tidy readme
  • Loading branch information
chrismytton authored Jun 27, 2020
2 parents 4b57b58 + ef66a9f commit 8f38caf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
shoreman(1) ![CI](https://github.com/chrismytton/shoreman/workflows/CI/badge.svg?branch=master&event=push)
===========

A shell implementation of the Procfile format.
A shell implementation of [Foreman](https://github.com/ddollar/foreman). Starts the process formations defined in a `Procfile`.

## Install

Expand All @@ -22,7 +22,7 @@ chmod 755 ~/bin/shoreman
## Usage

Head into a project that has a `Procfile` in it, then simply run the
`shoreman` command, it will read your Procfile, and start up the
`shoreman` command. It will read your Procfile, and start up the
processes it finds. If there is a `.env` file in the directory then
environment variables will be read from it, as with foreman.

Expand Down Expand Up @@ -63,10 +63,6 @@ copy the contents of that directory over to the `gh-pages` branch and run
for [dokku](https://github.com/progrium/dokku) to allow it to run
multiple process types.

## Todo

* Add concurrency controls for process types.

## Contributors

* Chris Mytton ([@chrismytton](https://github.com/chrismytton))
Expand Down

0 comments on commit 8f38caf

Please sign in to comment.