Skip to content

Commit 0dd7dbc

Browse files
committed
feat: update cli install
1 parent 2a47dcc commit 0dd7dbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.vitepress/theme/components/Home/Hero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import Particles from './Particles.vue';
3939
class="size-3 rounded-full bg-gray-950/5 dark:bg-white/20"></span><span class="size-3 rounded-full bg-gray-950/5 dark:bg-white/20"></span>
4040
</div>
4141
<pre>
42-
<code>$ composer global require leafs/cli:v4.0-RC -W</code>
42+
<code>$ composer global require leafs/cli:v4.x-dev -W</code>
4343
<code>$ leaf create app-name</code>
4444
<code>$ cd app</code>
4545
</pre>

src/docs/cli/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ composer --version
3232
To install the Leaf CLI, you can run the following command:
3333

3434
```bash:no-line-numbers
35-
composer global require leafs/cli:v4.0-RC -W
35+
composer global require leafs/cli:v4.x-dev -W
3636
```
3737

3838
This tells Composer to install the Leaf CLI globally on your system. You can verify that the CLI is installed correctly by typing `leaf` in your terminal:
3939

4040
```bash:no-line-numbers
4141
4242
_ __ ___ _ ___
43-
| | ___ __ _ / _| / __| | |_ v4.0-RC
43+
| | ___ __ _ / _| / __| | |_ v4.x-dev
4444
| |__/ -_) _` | _| | (__| |__ | |
4545
|____\___\__,_|_| \___|____|___|
4646

src/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Before you start with Leaf, verify that your system has the following installed:
6161
Once you install PHP and Composer, you can proceed with the installation of Leaf CLI:
6262

6363
```bash:no-line-numbers
64-
composer global require leafs/cli:v4.0-RC -W
64+
composer global require leafs/cli:v4.x-dev -W
6565
```
6666

6767
### Building your first app

0 commit comments

Comments
 (0)