mirror of
https://github.com/YGGverse/mb.git
synced 2026-04-01 17:45:32 +00:00
Update README.md
This commit is contained in:
parent
8e7df9ff72
commit
69bc326284
1 changed files with 5 additions and 1 deletions
|
|
@ -8,6 +8,10 @@ Simple, js-less micro-blogging platform written in Rust.
|
||||||
|
|
||||||
It uses the [Rocket](https://rocket.rs) framework and the [redb](https://www.redb.org) database for serving messages.
|
It uses the [Rocket](https://rocket.rs) framework and the [redb](https://www.redb.org) database for serving messages.
|
||||||
|
|
||||||
|
## Demo
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. `git clone https://github.com/YGGverse/mb.git && cd mb`
|
1. `git clone https://github.com/YGGverse/mb.git && cd mb`
|
||||||
|
|
@ -51,4 +55,4 @@ server {
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue