Skip to content

Commit c660121

Browse files
committed
Update readme.md
1 parent 6212548 commit c660121

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 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/phpfpm/graphs/commit-activity)
6-
![Continuous Integration](https://github.com/hackariens/phpfpm/workflows/ci/badge.svg?branch=develop)
6+
![Continuous Integration](https://github.com/hackariens/phpfpm/actions/workflows/ci.yml/badge.svg?branch=develop)
77

88
> Templates pour la création d'un nouveau projet phpfpm
99
@@ -17,9 +17,9 @@
1717

1818
Software:
1919

20-
- npm
21-
- docker
22-
- repository koromerzhin/lampy
20+
- [task](https://taskfile.dev/)
21+
- [nodejs](https://nodejs.org/)
22+
- [lampy](https://github.com/koromerzhin/lampy)
2323

2424
Config:
2525

@@ -32,24 +32,18 @@ Hosts:
3232
## Download
3333

3434
```sh
35-
git clone --recurse-submodules [email protected]:hackariens/phpfpm.git phpfpm
35+
git clone --recursive [email protected]:hackariens/phpfpm.git phpfpm
3636
cd phpfpm
3737
```
3838

3939
## Environnment
4040

4141
Edit .env with .env.example
4242

43-
## Install
44-
45-
``` sh
46-
npm install
47-
```
48-
4943
## Launch
5044

5145
``` sh
52-
npm run exec
46+
task phpfpm:exec
5347
```
5448

5549
## Author

0 commit comments

Comments
 (0)