Update README.MD

This commit is contained in:
Dániel Szabó 2022-06-09 22:58:48 +01:00 committed by GitHub
parent 16de177083
commit 907b595339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,9 @@
# <img src="git/logo.png" alt="Logo" width="40"/> MicroBin # <img src="git/logo.png" alt="Logo" width="35" /> MicroBin
![Build](https://github.com/szabodanika/microbin/actions/workflows/rust.yml/badge.svg) ![Build](https://github.com/szabodanika/microbin/actions/workflows/rust.yml/badge.svg)
![crates.io](https://img.shields.io/crates/v/microbin.svg) ![crates.io](https://img.shields.io/crates/v/microbin.svg)
MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. It is very easy to set up and use, and will only require a few megabytes of memory and disk storage. It takes only a couple minutes to set it up, why not give it a try now? MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. It is very easy to set up and use, and will only require a few megabytes of memory and disk storage. It takes only a couple minutes to set it up, why not give it a try now?
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/szabodanika/microbin) [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/szabodanika/microbin)
@ -13,9 +11,9 @@ MicroBin is a super tiny, feature rich, configurable, self-contained and self-ho
Or install from Cargo: Or install from Cargo:
`cargo install microbin`, and run with your custom configuration: `microbin --port 8080 --highlightsyntax --editable`. `cargo install microbin`, and run with your custom configuration: `microbin --port 8080 --highlightsyntax --editable`.
![Screenshot](git/index.png)
### Features ### Features
![Screenshot](git/index.png)
- Is very small - Is very small
- Animal names instead of random numbers for pasta identifiers (64 animals) - Animal names instead of random numbers for pasta identifiers (64 animals)
- File uploads (eg. server.com/file/pig-dog-cat) - File uploads (eg. server.com/file/pig-dog-cat)