Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(getting-started): make subtle changes #247

Merged
merged 1 commit into from
Aug 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
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!