Remove fancy badges in README

This commit is contained in:
1024jp 2022-06-21 08:56:11 +09:00
parent c1fa306171
commit dd94e8bd64
2 changed files with 10 additions and 13 deletions

View File

@ -8,12 +8,12 @@ Change Log
### New Features
- Add new Shuffle command to the Text > Lines submenu.
- Update Swift syntax style to add keywords.
### Improvements
- Optimize the performance for editor splitting.
- Update Swift syntax style to add keywords.
- [trivial] Update French localization.

View File

@ -8,16 +8,13 @@ CotEditor is a lightweight plain-text editor for macOS.
- __Web Site__: <https://coteditor.com>
- __Mac App Store__: <https://itunes.apple.com/app/coteditor/id1024640650?ls=1>
<img src="screenshot@2x.png" width="731"/>
<img src="screenshot@2x.png" width="731" alt="screenshot"/>
Source Code
--------------------------
[![Test Status](https://github.com/coteditor/CotEditor/workflows/Test/badge.svg)](https://github.com/coteditor/CotEditor/actions?query=workflow%3ATest)
[![GitHub release](https://img.shields.io/github/release/coteditor/CotEditor.svg)](https://github.com/coteditor/CotEditor/releases/latest)
CotEditor is a pure document-based Cocoa application written in Swift.
@ -30,6 +27,13 @@ CotEditor is a pure document-based Cocoa application written in Swift.
Contribution
--------------------------
CotEditor has own contributing guidelines. Read [CONTRIBUTING.md](CONTRIBUTING.md) through before you create an issue or make a pull-request.
How to Build
--------------------------
@ -47,7 +51,7 @@ For those people who just want to build and play with CotEditor locally.
1. Build "CotEditor" scheme in the workspace.
### Build for distribution (incl. Sparkle version)
### Build for distribution
1. Run following commands to resolve dependencies.
- `git submodule update --init --recursive`
@ -56,13 +60,6 @@ For those people who just want to build and play with CotEditor locally.
Contribution
--------------------------
CotEditor has own contributing guidelines. Read [CONTRIBUTING.md](CONTRIBUTING.md) through before you create an issue or make a pull-request.
License
--------------------------