Skip to content

Commit 63415c3

Browse files
committed
chore(README): update logo size and build & dev parts
Signed-off-by: ZheNing Hu <[email protected]>
1 parent fa40c6e commit 63415c3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
### TinyGithub
22

3-
![resource/logo.png](resource/logo.png)
4-
3+
<div style="text-align:center;">
4+
<img src="resource/logo.png" alt="Logo" width="256" height="256">
5+
</div>
56

67
A tiny git server used for learning git principle.
78

8-
### How to Use
9+
### Build
10+
11+
See [docker/README.md](docker/README.md)
12+
```shell
13+
cd docker
14+
make build
15+
docker-compose up -d
16+
```
17+
18+
### How to Dev it
919

1020
#### golang git server
1121
- [tinygithub](https://github.com/adlternative/tinygithub)

0 commit comments

Comments
 (0)