Skip to content

Commit 9364335

Browse files
committed
Update readme.md
1 parent fb5149f commit 9364335

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

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

88
> Template de site internet sous Symfony
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,30 +32,24 @@ Hosts:
3232
## Download
3333

3434
```sh
35-
git clone --recurse-submodules git@github.com:hackariens/symfony.git symfony
35+
git clone --recursive git@github.com:hackariens/symfony.git symfony
3636
cd symfony
3737
```
3838

3939
## Environnment
4040

4141
Edit .env with .env.example
4242

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

5145
```sh
52-
npm run create:apps
46+
task create:apps
5347
```
5448

5549
## Launch
5650

5751
``` sh
58-
npm run exec
52+
task symfony:exec
5953
```
6054

6155
## Author

0 commit comments

Comments
 (0)