README.md cleanup

Use svg badge and remove details
Use https
Remove trailing spaces

Closes #3025
This commit is contained in:
Chocobo1 2017-03-12 21:53:49 +08:00 committed by Don Ho
parent 5fe42667ef
commit 330a47d752

View File

@ -12,7 +12,7 @@ GPL License.
Build Status Build Status
------------ ------------
`VS2013` (via appveyor) [![Build Status](https://ci.appveyor.com/api/projects/status/github/notepad-plus-plus/notepad-plus-plus)](https://ci.appveyor.com/project/donho/notepad-plus-plus) [![Appveyor build status](https://ci.appveyor.com/api/projects/status/github/notepad-plus-plus/notepad-plus-plus?branch=master&svg=true)](https://ci.appveyor.com/project/donho/notepad-plus-plus)
To build Notepad++ from source: To build Notepad++ from source:
------------------------------- -------------------------------
@ -43,7 +43,7 @@ like to debug Notepad++, but don't have boost.
Here are the instructions to build SciLexer.dll (for both 32-bit & 64-bit) for Notepad++: Here are the instructions to build SciLexer.dll (for both 32-bit & 64-bit) for Notepad++:
1. Download the [Boost source code](http://sourceforge.net/projects/boost/files/boost/1.55.0/). 1. Download the [Boost source code](https://sourceforge.net/projects/boost/files/boost/1.55.0/).
v1.55 should be used with VS 2013. Then unzip it. In my case, `boost_1_55_0` is copied in `C:\sources\` v1.55 should be used with VS 2013. Then unzip it. In my case, `boost_1_55_0` is copied in `C:\sources\`
2. Go to `scintilla\boostregex\` then run BuildBoost.bat with your boost path. 2. Go to `scintilla\boostregex\` then run BuildBoost.bat with your boost path.
In my case: `BuildBoost.bat C:\sources\boost_1_55_0` In my case: `BuildBoost.bat C:\sources\boost_1_55_0`
@ -82,6 +82,6 @@ To build SciLexer.dll without PCRE support (for both 32-bit & 64-bit):
(where `notepad++.exe` is) is `PowerEditor\visual.net\Unicode Debug\`. (where `notepad++.exe` is) is `PowerEditor\visual.net\Unicode Debug\`.
See the [Notepad++ official site](http://notepad-plus-plus.org/) for more information. See the [Notepad++ official site](https://notepad-plus-plus.org/) for more information.
[Notepad++ Contributors](http://notepad-plus-plus.org/contributors) [Notepad++ Contributors](https://notepad-plus-plus.org/contributors)