Skip to content

Commit

Permalink
docs(getting-started): make subtle changes (#247)
Browse files Browse the repository at this point in the history
Signed-off-by: kev <31861128+yqlbu@users.noreply.github.com>
  • Loading branch information
miooochi committed Aug 22, 2023
1 parent 78e49a9 commit 32d1af7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/getting-started.md
Expand Up @@ -23,9 +23,7 @@ sudo daed run
sudo daed [-h,--help]
```

If everything goes well, open your browser and navigate to `http://localhost:2023`

## Debian / Ubuntu
### Debian / Ubuntu

Releases are available in <https://github.com/daeuniverse/daed/releases> or the following command gets the latest version of the precompiled installation package consistent with your current system architecture

Expand All @@ -44,8 +42,7 @@ sudo systemctl start daed
sudo systemctl enable daed
``````


## RedHat
### RedHat

Releases are available in <https://github.com/daeuniverse/daed/releases> or the following command gets the latest version of the precompiled installation package consistent with your current system architecture

Expand All @@ -64,8 +61,7 @@ sudo systemctl start daed
sudo systemctl enable daed
``````


## openSUSE
### OpenSUSE

Releases are available in <https://github.com/daeuniverse/daed/releases> or the following command gets the latest version of the precompiled installation package consistent with your current system architecture

Expand All @@ -84,5 +80,6 @@ sudo systemctl start daed
sudo systemctl enable daed
``````

If everything goes well, open your browser and navigate to `http://localhost:2023`

Happy Hacking!

0 comments on commit 32d1af7

Please sign in to comment.