1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-23 14:10:57 +00:00

Merge pull request #1041 from philsmd/master

readme: added appveyor badges to README.md #1032
This commit is contained in:
Jens Steube 2017-02-10 14:11:50 +01:00 committed by GitHub
commit ab0dbcec59

View File

@ -16,10 +16,14 @@ Please refer to the [Hashcat Wiki](https://hashcat.net/wiki/) and the output of
### Building ###
[![Hashcat Build status](https://travis-ci.org/hashcat/hashcat.svg?branch=master)](https://travis-ci.org/hashcat/hashcat)
Refer to [BUILD.md](BUILD.md) for instructions on how to build **hashcat** from source.
Tests:
Travis | Appveyor
------ | --------
[![Hashcat Travis Build status](https://travis-ci.org/hashcat/hashcat.svg?branch=master)](https://travis-ci.org/hashcat/hashcat) | [![Hashcat Appveyor Build status](https://ci.appveyor.com/api/projects/status/github/hashcat/hashcat?branch=master&svg=true)](https://ci.appveyor.com/api/projects/status/github/hashcat/hashcat?branch=master&svg=true)
### Contributing ###
Contributions are welcome and encouraged, provided your code is of sufficient quality. Before submitting a pull request, please ensure your code adheres to the following requirements: