Skip to content

Commit 10b6d51

Browse files
authoredJul 27, 2021
Merge pull request #29 from tomato3713/add-how2build
add doc about how to build
2 parents 1cb514a + d0466ec commit 10b6d51

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎README.md

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [Add De](#Add%20De)
2626
- [repeat wrong signal](#repeat%20wrong%20signal)
2727
- [Usage](#Usage)
28+
- [How to build](#How%20to%20build)
2829
- [License](#License)
2930

3031
## Future
@@ -91,6 +92,14 @@ aaa
9192
bbb
9293
```
9394

95+
## How to build
96+
This project use Go framework [Echo](https://echo.labstack.com/).
97+
1. `git clone git@github.com:tomato3713/cw_for_web.git`
98+
2. `cd cw_for_web`
99+
3. `go build .`
100+
4. Run program, `./cw_for_web` or `./cw_for_web.exe`
101+
5. Open browser in localhost:8080
102+
94103
## License
95104
Copyright (c) 2019 Taichi Watanabe
96105
Released-under the MIT License

0 commit comments

Comments
 (0)
Please sign in to comment.