Skip to content

Commit

Permalink
docs: more looks good readme
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Nov 23, 2023
1 parent 5128818 commit 5c3505b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Uniflow is a low-code engine that enables fast and efficient construction and ex

## Getting Started
### Install & Build
[Download Go][go_download_url] and install(version `1.21` or higher is required).
[Download Go][go_download_url] and install (version `1.21` or higher is required).

Clone the repository and init.
Clone the repository and initialize.

```shell
git clone https://github.com/siyul-park/uniflow
Expand All @@ -26,12 +26,13 @@ Build the project and check the result.
```shell
make build
```

```shell
ls /dist
uniflow
```

And run a test to see if it's working properly.
Run a test to see if it's working properly.

```shell
make test
Expand Down

0 comments on commit 5c3505b

Please sign in to comment.