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

Small fixes to README.md formatting #532

Merged
merged 2 commits into from
Mar 7, 2024
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Dagu is a powerful Cron alternative that comes with a Web UI. It allows you to d
- [Via Homebrew](#via-homebrew)
- [Via Bash script](#via-bash-script)
- [Via Docker](#via-docker)
- [Via GitHub Release Page](#via-github-release-page)
- [Via GitHub Releases Page](#via-github-releases-page)
- [Quick Start Guide](#quick-start-guide)
- [Launch the Web UI](#launch-the-web-ui)
- [Create a New DAG](#create-a-new-dag)
Expand Down Expand Up @@ -94,7 +94,7 @@ Dagu is a powerful Cron alternative that comes with a Web UI. It allows you to d
- REST API Interface
- Basic Authentication over HTTPS

##**Usecase**
## **Usecase**

- **Data Pipeline Automation:** Schedule ETL tasks for data processing and centralization.
- **Infrastructure Monitoring:** Periodically check infrastructure components with HTTP requests or SSH commands.
Expand Down Expand Up @@ -173,7 +173,7 @@ docker run \
yohamta/dagu:latest
```

### ViaGitHubReleasePage'></a>Via GitHub Release Page
### Via GitHub Releases Page

Download the latest binary from the [Releases page](https://github.com/dagu-dev/dagu/releases) and place it in your `$PATH` (e.g. `/usr/local/bin`).

Expand Down