mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-12 20:55:47 +03:00
feat: manage forge with one command (#14)
This commit is contained in:
parent
258a1ce7f7
commit
83379a0d72
3 changed files with 50 additions and 6 deletions
10
README.md
10
README.md
|
@ -55,6 +55,12 @@ You can use the the user `ublue` and password `ublue` to login.
|
|||
> At the moment there's only a dummy project included. Tasks for real life usage
|
||||
> will be included soon.
|
||||
|
||||
## Firing Up the Forge
|
||||
## Handling the forge
|
||||
|
||||
To heat up the forge run `./setup.sh`.
|
||||
You can use the `forge.sh` to **setup**, **heat-up** and **cool-down** the forge.
|
||||
|
||||
| Command | Description |
|
||||
| ---------------------- | -------------------------------------------- |
|
||||
| `./forge.sh setup` | Setup the forge for the first time or update |
|
||||
| `./forge.sh heat-up` | Start the forge |
|
||||
| `./forge.sh cool-down` | Stop the forge |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue