Skip to content

Commit 3f95c39

Browse files
authored
fix: quick start command (#278)
Signed-off-by: Ivan Dagelic <dagelic.ivan@gmail.com>
1 parent c6f44ca commit 3f95c39

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Set up a development environment on any infrastructure, with a single command.
5454
## Quick Start
5555
### Mac / Linux
5656
```bash
57-
curl -sf -L https://download.daytona.io/daytona/get-server.sh | sudo bash
57+
(curl -sf -L https://download.daytona.io/daytona/get-server.sh | sudo bash) && daytona server -d
5858
```
5959
### Windows
6060
<details>

hack/get-server.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,4 @@ if [[ ! :"$PATH:" == *":$DESTINATION:"* ]]; then
109109
echo " Add the following line:"
110110
echo " export PATH=\$PATH:$DESTINATION"
111111
echo " Source the configuration file to apply the changes (e.g., source ~/.bashrc)"
112-
else
113-
echo -e "\nRunning the Daytona server in daemon mode"
114-
daytona server -d
115112
fi

0 commit comments

Comments
 (0)