Skip to content

Commit

Permalink
chore: Added beta features list
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 12, 2024
1 parent 5f8eba3 commit f67afea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default defineConfig({
{
text: "Miscellaneous",
items: [
{ text: "Beta features", link: "misc/beta-features" },
{ text: "Contribute", link: "misc/contribute" },
{ text: "Tips", link: "misc/tips" },
{ text: "Credits", link: "misc/credits" },
Expand Down
11 changes: 11 additions & 0 deletions docs/misc/beta-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Beta features

## Artisan binary

Navigate to any folder you like and run the following install script.

```sh
curl -fsSL https://cdn.mixwave.stream/bin/artisan-install.sh | bash
```

Create a `config.env`, run `./artisan` and that's it.

0 comments on commit f67afea

Please sign in to comment.