Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 8, 2024
1 parent 84102db commit 62aa969
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
## Installation
### Method 1
Install the original jexactyl first, then run these commands:
If you don't want to run the commands below, run this single command:
```bash
sudo bash <(curl -s https://raw.githubusercontent.com/kokofixcomputers/Jexactyl/develop/update-script.sh)
```
What the command above runs: You can run this your self if you don't want to run the command.
```bash
cd /var/www/jexactyl # If you've migrated to jexactyl, run cd /var/www/pterodactyl
php artisan down # If it doesn't work, try running with sudo
Expand Down Expand Up @@ -83,6 +88,12 @@ chmod -R 755 storage/* bootstrap/cache/
- Show how much resources you have in buy resource page
- MANY MORE!

## Updating
Run:
```bash
sudo bash <(curl -s https://raw.githubusercontent.com/kokofixcomputers/Jexactyl/develop/update-script.sh)
```

## Why use Jexactyl?
* Billing system which supports [Stripe](https://stripe.com) and [PayPal](https://paypal.com) out of the box.
* Full customizability via a simple administrative dashboard.
Expand Down

0 comments on commit 62aa969

Please sign in to comment.