UPDATE:: readme, slowly getting there
This commit is contained in:
20
README.md
20
README.md
@@ -4,34 +4,34 @@ The easiest way to save CO2 and help the environment! Enter your activities and
|
||||
## Getting started
|
||||
You can install greenify with gradle, if you already have gradle on your machine, run:
|
||||
|
||||
'''
|
||||
```
|
||||
gradle install something tralala
|
||||
'''
|
||||
```
|
||||
|
||||
Do you not have gradle on your machine, run:
|
||||
|
||||
'''
|
||||
```
|
||||
./gradlew install something tralala
|
||||
'''
|
||||
```
|
||||
|
||||
With the following you can start the application
|
||||
|
||||
'''
|
||||
```
|
||||
gradle greenify bootrun
|
||||
'''
|
||||
```
|
||||
|
||||
or without gradle on your device:
|
||||
|
||||
'''
|
||||
```
|
||||
./gradlew greenify bootrun
|
||||
'''
|
||||
```
|
||||
|
||||
##Running the tests
|
||||
The tests cover all non-GUI code:
|
||||
|
||||
'''
|
||||
```
|
||||
gradle check
|
||||
'''
|
||||
```
|
||||
|
||||
## Licence
|
||||
GNU General Public License v3.0
|
||||
|
||||
Reference in New Issue
Block a user