Skip to content

Commit

Permalink
fix: single command
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloetjo authored Nov 23, 2023
1 parent 9916f79 commit c2f8ea6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@ If Vagrant is enabled, the Ansible `host.ini` file will be generated using the `

```bash
# Clone project from version control
git clone https://github.com/TOSIT-IO/tdp-getting-started.git
git clone -b dev https://github.com/TOSIT-IO/tdp-getting-started.git
# Move into project dir
cd tdp-getting-started
# Checkout to dev branch
git checkout dev
# Setup local env with latest tdp-collection (mandatory), tdp-lib (mandatory), tdp-server (wip), tdp-ui (wip), tdp-collection-extras, tdp-observability, tdp-collection-prerequisites, and vagrant.
# Modify the line below for your needs
./scripts/setup.sh -e extras -e observability -e prerequisites -e vagrant -r latest
Expand Down

0 comments on commit c2f8ea6

Please sign in to comment.