Skip to content

Commit d9829db

Browse files
committed
refactor: remove launch instructions from README and rename task in Taskfile
1 parent 6664796 commit d9829db

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ Edit .env with .env.example
3838
npm install
3939
```
4040

41-
## Launch
42-
43-
``` sh
44-
npm run exec
45-
```
46-
4741
## Author
4842

4943
👤 **koromerzhin**

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tasks:
4848
cmds:
4949
- task: default
5050

51-
create:container:
51+
create:apps:
5252
desc: "Construit l'image Docker pour l'environnement de développement Flutter"
5353
silent: true
5454
cmds:

0 commit comments

Comments
 (0)