Skip to content

Commit d17785b

Browse files
committed
chore: improve 2.0 install/update docs
1 parent f7285d3 commit d17785b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you don't have SSH access to your server, or you prefer not to use the comman
4747
Flarum uses [Composer](https://getcomposer.org) to manage its dependencies and extensions. If you're not familiar with it, read [our guide](composer.md) for information on what it is and how to set it up. Afterwards, run this command in an empty location that you want Flarum to be installed in:
4848

4949
```bash
50-
composer create-project flarum/flarum:^2.0.0-beta .
50+
composer create-project flarum/flarum --stability=beta .
5151
```
5252

5353
While this command is running, you can configure your web server. You will need to make sure your webroot is set to `/path/to/your/forum/public`, and set up [URL Rewriting](#url-rewriting) as per the instructions below.

0 commit comments

Comments
 (0)