Skip to content

Commit 7140eaa

Browse files
committed
wip
1 parent a717978 commit 7140eaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Web/Documentation/content/main/0-getting-started/01-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ If you required `tempest/framework` into an existing project, you may optionally
2727
```
2828

2929
:::info
30-
In these docs, we'll always use `{:hl-keyword:php:} tempest` to access the Tempest console. If you didn't publish the file within your project, you can still access it via `{:hl-keyword:php:} vendor/bin/tempest`
30+
The `tempest` console is the entry point for many framework-related tasks, as well as your own console commands. In these docs, we'll always use `{:hl-keyword:php:} tempest` to access it. If you didn't publish the console file within your project though, you can still access it via `{:hl-keyword:php:} vendor/bin/tempest`
3131
:::
3232

33-
This installer will prompt you to install the following files into your project:
33+
Using the `{txt}install framework` command will prompt you to install the following files into your project:
3434

3535
- `public/index.php` — the web application entry point
3636
- `tempest` – the console application entry point
@@ -40,7 +40,7 @@ This installer will prompt you to install the following files into your project:
4040
You can choose which files you want to install, and you can always rerun the `install` command at a later point in time.
4141

4242
:::warning
43-
Because Tempest is currently in beta (and still has two dev dependencies), you will need to allow dev dependencies as your minimum stability in `composer.json`: `{json}"minimum-stability": "dev",`, you should also ensure that composer still prefers stable versions if they are available: `{json}"prefer-stable": true,`. These composer properties are only necessary as long as Tempest isn't stable yet.
43+
Because Tempest is currently in beta, you will need to allow dev dependencies as your minimum stability in `composer.json`: `{json}"minimum-stability": "dev",`, you should also ensure that composer still prefers stable versions if they are available: `{json}"prefer-stable": true,`. These composer properties are only necessary as long as Tempest isn't stable yet.
4444
:::
4545

4646
### Installation requirements

0 commit comments

Comments
 (0)