Skip to content

Commit 7ea31bd

Browse files
committed
docs: remove Taskfile requirement
1 parent 16b34d1 commit 7ea31bd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

content/for-developers/install-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ git clone https://github.com/your-username/your-repo-name.git
3333

3434
## Start Fastfony
3535

36-
1. Run `task start` and follow instructions in console.
37-
2. If you want use OAuth2 server run `task oauth2-server-init`
36+
1. Run `make start` (or `task start` if you have Taskfile) and follow instructions in console.
37+
2. If you want use OAuth2 server run `make oauth2-server-init` (or `task oauth2-server-init`)
3838
3. Enjoy!
3939

4040
By default, Fastfony is available if you use [Symfony local proxy](https://symfony.com/doc/current/setup/symfony_server.html#setting-up-the-local-proxy) at [https://fastfony.wip/](https://fastfony.wip/) or [https://localhost:9876](https://localhost:9876) if not.

content/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Fastfony](https://fastfony.com) is a [Symfony](https://symfony.com) boilerplate and starter kit that provides a solid foundation for building web applications or API. It includes a variety of features and tools to help you get started quickly and efficiently.
44

5-
This starter kit is free and open-source, but pro features for commercial use are available with a [license](https://fastfony.com/products). It is designed to be easy to use and customize, so you can focus on building your Symfony application without worrying about the underlying infrastructure.
5+
This starter kit is free and open-source, but commercial use are available with a [license](https://fastfony.com/products). It is designed to be easy to use and customize, so you can focus on building your Symfony application without worrying about the underlying infrastructure.
66

77
## How to use the boilerplate or the starter kit
88

@@ -26,7 +26,8 @@ Before you begin, ensure you have the following installed on your machine:
2626
3. [Symfony CLI](https://symfony.com/download),
2727
4. [Node](https://nodejs.org/en/download),
2828
5. [Docker & Docker Compose](https://docs.docker.com/compose/install/) and
29-
6. [Taskfile](https://taskfile.dev/installation/)
29+
30+
and optionally [Taskfile](https://taskfile.dev/#/) (but `make` is enough).
3031

3132
Be careful to the minimum versions requirements:
3233

0 commit comments

Comments
 (0)