forked from gCubeCI/Templates
Remove getting started section.
This commit is contained in:
parent
47c768509d
commit
2174b1fddc
34
README.md
34
README.md
|
@ -1,38 +1,12 @@
|
||||||
# Project Title
|
# Project Title
|
||||||
|
|
||||||
One Paragraph of project description goes here.
|
One paragraph of project description goes here.
|
||||||
|
|
||||||
## Structure of the project
|
## Structure of the project
|
||||||
|
|
||||||
Relevant information about how the repository is organized.
|
* Relevant information about how the repository is organized.
|
||||||
Description of the Maven modules (if any).
|
* Description of the Maven modules (if any).
|
||||||
|
* Any information needed to work with the code.
|
||||||
## Getting Started
|
|
||||||
|
|
||||||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
|
|
||||||
|
|
||||||
### Installing
|
|
||||||
|
|
||||||
A step by step series of examples that tell you how to get a development env running
|
|
||||||
|
|
||||||
Say what the step will be
|
|
||||||
|
|
||||||
```
|
|
||||||
Give the example
|
|
||||||
```
|
|
||||||
|
|
||||||
And repeat
|
|
||||||
|
|
||||||
```
|
|
||||||
until finished
|
|
||||||
```
|
|
||||||
|
|
||||||
End with an example of getting some data out of the system or using it for a little demo
|
|
||||||
|
|
||||||
|
|
||||||
## Deployment
|
|
||||||
|
|
||||||
Add additional notes about how to deploy this on a live system
|
|
||||||
|
|
||||||
## Built With
|
## Built With
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue