Skip to content

Commit 32b547f

Browse files
committed
Update readme.md
1 parent 4ae1102 commit 32b547f

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)
44
![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)
55
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/hackariens/drupal/graphs/commit-activity)
6-
![Continuous Integration](https://github.com/hackariens/drupal/workflows/ci/badge.svg?branch=develop)
6+
![Continuous Integration](https://github.com/hackariens/drupal/actions/workflows/ci.yml/badge.svg?branch=develop)
77

88
> Template de site internet sous drupal
99
@@ -16,9 +16,8 @@
1616

1717
Software:
1818

19-
- npm
20-
- docker
21-
- repository koromerzhin/lampy
19+
- [task](https://taskfile.dev/)
20+
- [nodejs](https://nodejs.org/)
2221

2322
Config:
2423

@@ -31,29 +30,23 @@ Hosts:
3130
## Download
3231

3332
```sh
34-
git clone --recurse-submodules git@github.com:hackariens/drupal.git drupal
33+
git clone --recursive git@github.com:hackariens/drupal.git drupal
3534
```
3635

3736
## Environnment
3837

3938
Edit .env with .env.example
4039

41-
## Install
42-
43-
```sh
44-
npm install
45-
```
46-
4740
## Create apps
4841

4942
```sh
50-
npm run create:apps
43+
task create:apps
5144
```
5245

5346
## Layunch
5447

5548
```sh
56-
npm run exec
49+
task drupal:exec
5750

5851
## Author
5952

0 commit comments

Comments
 (0)