Skip to content

Commit

Permalink
Small fix in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Apr 15, 2024
1 parent ce456b3 commit e759d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ npm install @enonic/cli -g
$ enonic
```

* Create a new _empty_ sandbox (local instance) called `mysandbox` on the latest stable release of Enonic XP:
* Create and start a new _empty_ sandbox (local instance of Enonic XP) called `mysandbox` using the latest stable release of Enonic XP:

```bash
$ enonic sandbox create mysandbox --skip-template -f
```

* Create a new sandbox called `mysandbox` with the bare minimum of pre-installed applications on the latest stable release of Enonic XP:
* Create and start a new sandbox called `mysandbox` with the bare minimum of pre-installed applications using the latest stable release of Enonic XP:

```bash
$ enonic sandbox create mysandbox -t essentials -f
Expand All @@ -48,7 +48,7 @@ $ enonic sandbox create mysandbox -t essentials -f
* Create a new project called `myproject` and link it to the `mysandbox` instance:

```bash
$ enonic create com.example.myproject --sb mysandbox
$ enonic create com.example.myproject -s mysandbox
```

### Available Commands
Expand Down

0 comments on commit e759d67

Please sign in to comment.