-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e43a9d
commit c81457f
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Bolt Extension Starter | ||
====================== | ||
|
||
A starter skeleton for a Bolt Extension | ||
A starter skeleton for a Bolt v3.x Extension | ||
|
||
To get going run the following command, replacing the last argument with the name of your extension: | ||
|
||
`composer create-project --no-install bolt/bolt-extension-starter <newextname>` | ||
`composer create-project --no-install bolt/bolt-extension-starter:^3.0 <newextname>` | ||
|
||
For more information, see this page in the Bolt documentation: https://docs.bolt.cm/extensions/config | ||
For more information, see this page in the Bolt documentation: https://docs.bolt.cm/extensions/building-starter/about |