From ff75dfaa827d9b6e5e782b2a8ce996f258bd5e50 Mon Sep 17 00:00:00 2001 From: Daniel Winning Date: Sun, 13 Apr 2025 20:13:19 +0100 Subject: [PATCH] Update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eede6a1..85df532 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,12 @@ by creating a `spinner.yaml` file in your project root directory and defining th #### Options -- `node-disabled` - **Optional**: Disables Node. Can also define the key `options.environment.node.enabled` in your -`spinner.yaml` file. \ No newline at end of file +- `disable-node` - **Optional**: Disables Node. Can also define the key `options.environment.node.enabled` in your +`spinner.yaml` file. +- `disable-server` - **Optional:** Does not install a web server. + +## Example Usage + +`spinner spin:up name=test path=/abs/path/to/project` + +`spinner spin:up test /abs/path/to/project 8.4 --disable-server --disable-node` \ No newline at end of file