Improved layout of readme.
This commit is contained in:
parent
bab95f65bf
commit
54de6bf1f5
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -1,19 +1,22 @@
|
||||||
# seb-win-refactoring
|
# seb-win-refactoring
|
||||||
Refactored version of Safe Exam Browser for Windows with Chromium as integrated browser engine.
|
Refactored version of Safe Exam Browser for Windows with Chromium as integrated browser engine.
|
||||||
|
|
||||||
**PLEASE NOTE:** This version is work in progress and not yet meant to be used by the public. See https://github.com/SafeExamBrowser/seb-win/releases for the current, official release of SEB.
|
**PLEASE NOTE:**\
|
||||||
|
This version is work in progress and not yet meant to be used by the public. See https://github.com/SafeExamBrowser/seb-win/releases for the current, official release of SEB.
|
||||||
|
|
||||||
### Project Status
|
## Status
|
||||||
[![Build Status](https://ci.appveyor.com/api/projects/status/f1iknxq4qmtjjkj3?svg=true)](https://ci.appveyor.com/project/dbuechel/seb-win-refactoring)
|
[![Build Status](https://ci.appveyor.com/api/projects/status/f1iknxq4qmtjjkj3?svg=true)](https://ci.appveyor.com/project/dbuechel/seb-win-refactoring)
|
||||||
[![Unit Test Status](https://img.shields.io/appveyor/tests/dbuechel/seb-win-refactoring.svg)](https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/tests)
|
[![Unit Test Status](https://img.shields.io/appveyor/tests/dbuechel/seb-win-refactoring.svg)](https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/tests)
|
||||||
[![Code Coverage](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring/branch/master/graph/badge.svg)](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring)
|
[![Code Coverage](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring/branch/master/graph/badge.svg)](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring)
|
||||||
|
|
||||||
### Current Build
|
### Current Build
|
||||||
Disclaimer:
|
#### Disclaimer
|
||||||
Development builds may be unstable and should thus never be used in a production environment!
|
Development builds may be unstable and should thus _never_ be used in a production environment!
|
||||||
|
|
||||||
Requirements:
|
#### Requirements
|
||||||
|
SEB 3.x requires these prerequisites in order to work correctly:
|
||||||
* .NET Framework 4.7.2 Runtime: https://dotnet.microsoft.com/download/dotnet-framework/net472
|
* .NET Framework 4.7.2 Runtime: https://dotnet.microsoft.com/download/dotnet-framework/net472
|
||||||
* Visual C++ Runtime Redistributable (x86, 2015): https://www.microsoft.com/en-us/download/details.aspx?id=53840
|
* Visual C++ Runtime Redistributable (x86, 2015): https://www.microsoft.com/en-us/download/details.aspx?id=53840
|
||||||
|
|
||||||
Download: https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/artifacts
|
#### Download
|
||||||
|
Download the latest build here: https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/artifacts
|
||||||
|
|
Loading…
Reference in a new issue