Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta authored Jan 21, 2025
1 parent 9171120 commit e747cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ See the [Quick Start Guide](#quick-start-guide) to create and execute your first

## Building from Source

Dagu can be built and run locally if you prefer working from source. This is especially helpful for testing new features or contributing back to the project.
Dagu can be built and run locally from source.

### Prerequisites

Expand Down Expand Up @@ -223,7 +223,7 @@ Make sure you have the following installed on your system:
```sh
make build-bin
```
This produces the binary in the `.local/bin` directory.
This produces the `dagu` binary in the `.local/bin` directory.

### Run Locally from Source

Expand All @@ -234,7 +234,7 @@ make run
```
Once the server is running, visit `http://127.0.0.1:8080` to see the Web UI.

Continue with the rest of the [Quick Start Guide](#quick-start-guide) to create and execute your first DAG!
Continue with the [Quick Start Guide](#quick-start-guide) to create and execute your first DAG!

## Quick Start Guide

Expand Down

0 comments on commit e747cef

Please sign in to comment.