Skip to content

Commit

Permalink
chore(README): update logo size and build & dev parts
Browse files Browse the repository at this point in the history
Signed-off-by: ZheNing Hu <adlternative@gmail.com>
  • Loading branch information
adlternative committed May 22, 2023
1 parent fa40c6e commit 63415c3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
### TinyGithub

![resource/logo.png](resource/logo.png)

<div style="text-align:center;">
<img src="resource/logo.png" alt="Logo" width="256" height="256">
</div>

A tiny git server used for learning git principle.

### How to Use
### Build

See [docker/README.md](docker/README.md)
```shell
cd docker
make build
docker-compose up -d
```

### How to Dev it

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

0 comments on commit 63415c3

Please sign in to comment.