Add Minimum requirements to README.md
This commit is contained in:
parent
aa80cba8e3
commit
ffaafbe941
14
README.md
14
README.md
@ -1,14 +1,16 @@
|
|||||||
docker-rosariosis
|
Docker RosarioSIS
|
||||||
=================
|
=================
|
||||||
|
|
||||||
A Dockerfile (see [Docker website](https://www.docker.com/) from more info) that installs the latest [RosarioSIS](https://www.rosariosis.org/). This file pulls from the default branch, but can be easily modified to pull from any other available branch or tagged release.
|
A Dockerfile that installs the latest [RosarioSIS](https://www.rosariosis.org/). This file pulls from the default branch, but can be easily modified to pull from any other available branch or tagged release.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
Minimum requirements: [Docker](https://www.docker.com/) & Git working.
|
||||||
git clone https://github.com/francoisjacquet/docker-rosariosis.git
|
|
||||||
cd docker-rosariosis
|
```bash
|
||||||
docker build -t rosariosis .
|
$ git clone https://github.com/francoisjacquet/docker-rosariosis.git
|
||||||
|
$ cd docker-rosariosis
|
||||||
|
$ docker build -t rosariosis .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user