mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-26 01:50:05 +00:00
Some improvements (#320)
* Remove surplus '-' * Move logo to center position & add some badges
This commit is contained in:
committed by
Dharkael
parent
2c0ec850f3
commit
aee5c03ae7
29
README.md
29
README.md
@@ -1,11 +1,24 @@
|
||||
# Flameshot
|
||||

|
||||
> Powerful yet simple to use screenshot software.
|
||||
<h1 align="center">
|
||||
<br>
|
||||
<a href="https://github.com/lupoDharkael/flameshot">
|
||||
<img src="https://cdn.rawgit.com/lupoDharkael/flameshot/36c62f6e/img/app/flameshot.svg" width="128" height="128" alt="Flameshot logo" />
|
||||
</a>
|
||||
<br>
|
||||
Flameshot
|
||||
<br>
|
||||
</h1>
|
||||
|
||||
[](https://travis-ci.org/lupoDharkael/flameshot)
|
||||
[](https://ci.appveyor.com/project/lupoDharkael/flameshot)
|
||||
[](https://github.com/lupoDharkael/flameshot/blob/master/LICENSE)
|
||||
[](https://github.com/lupoDharkael/flameshot/releases)
|
||||
<h4 align="center">Powerful yet simple to use screenshot software.</h4>
|
||||
|
||||
<div align="center">
|
||||
<a href="https://travis-ci.org/lupoDharkael/flameshot"><img src="https://img.shields.io/travis/lupoDharkael/flameshot.svg" /></a>
|
||||
<a href="https://ci.appveyor.com/project/lupoDharkael/flameshot"><img src="https://ci.appveyor.com/api/projects/status/github/lupoDharkael/flameshot?svg=true" /></a>
|
||||
<a href="https://github.com/lupoDharkael/flameshot/releases"><img src="https://img.shields.io/github/release/lupoDharkael/flameshot.svg" /></a>
|
||||
<a href="https://github.com/lupoDharkael/flameshot/releases"><img src="https://img.shields.io/github/downloads/lupoDharkael/flameshot/total.svg" /></a>
|
||||
<a href="https://github.com/lupoDharkael/flameshot/blob/master/LICENSE"><img src="https://img.shields.io/github/license/lupoDharkael/flameshot.svg" /></a>
|
||||
<a href="https://github.com/lupoDharkael/flameshot"><img src="https://img.shields.io/badge/platform-Linux%20Windows-lightgrey.svg" /></a>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
## Usage Preview
|
||||

|
||||
@@ -129,7 +142,7 @@ Steps for using the configuration:
|
||||
```
|
||||
mkdir -p ~/Pictures/Screenshots
|
||||
```
|
||||
(If you don't like the default location, you can skip this step and configure your preferred directory later.)
|
||||
(If you don't like the default location, you can skip this step and configure your preferred directory later.)
|
||||
|
||||
2. Download the configuration file:
|
||||
```
|
||||
|
||||
@@ -59,7 +59,7 @@ make %{?_smp_mflags}
|
||||
%changelog
|
||||
* Sat Aug 18 2018 Zetao Yang <vitzys@outlook.com> - 0.6.0-1
|
||||
- Updated for flameshot 0.6.0
|
||||
- - More details, please see https://flameshot.js.org/#/changelog?id=v060
|
||||
- More details, please see https://flameshot.js.org/#/changelog?id=v060
|
||||
* Tue Jan 09 2018 Zetao Yang <vitzys@outlook.com> - 0.5.0-1
|
||||
- Initial package for flameshot 0.5.0
|
||||
- More details, please see https://flameshot.js.org/#/changelog?id=v051
|
||||
|
||||
Reference in New Issue
Block a user