mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-01-14 15:27:55 +03:00
Update README.md
This commit is contained in:
parent
961f77b349
commit
85373aafd7
18
README.md
18
README.md
@ -2,6 +2,24 @@
|
|||||||
|
|
||||||
# [![Travis (.org)](https://img.shields.io/travis/EpicMorg/SteamPathsLib?style=flat-square)](https://travis-ci.org/EpicMorg/SteamPathsLib) [![Nuget](https://img.shields.io/nuget/v/EpicMorg.SteamPathsLib?style=flat-square)](https://www.nuget.org/packages/EpicMorg.SteamPathsLib/) [![GitHub issues](https://img.shields.io/github/issues/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/issues) [![GitHub forks](https://img.shields.io/github/forks/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/network) [![GitHub stars](https://img.shields.io/github/stars/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/stargazers) [![GitHub license](https://img.shields.io/github/license/EpicMorg/SteamPathsLib.svg?style=popout-square)](LICENSE.md) [![Changelog](https://img.shields.io/badge/Changelog-yellow.svg?style=popout-square)](CHANGELOG.md)
|
# [![Travis (.org)](https://img.shields.io/travis/EpicMorg/SteamPathsLib?style=flat-square)](https://travis-ci.org/EpicMorg/SteamPathsLib) [![Nuget](https://img.shields.io/nuget/v/EpicMorg.SteamPathsLib?style=flat-square)](https://www.nuget.org/packages/EpicMorg.SteamPathsLib/) [![GitHub issues](https://img.shields.io/github/issues/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/issues) [![GitHub forks](https://img.shields.io/github/forks/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/network) [![GitHub stars](https://img.shields.io/github/stars/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/stargazers) [![GitHub license](https://img.shields.io/github/license/EpicMorg/SteamPathsLib.svg?style=popout-square)](LICENSE.md) [![Changelog](https://img.shields.io/badge/Changelog-yellow.svg?style=popout-square)](CHANGELOG.md)
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
* Look at [example project](https://github.com/EpicMorg/SteamPathsLib/blob/master/src/SteamTest/FrmMain.cs)
|
||||||
|
* Look at [sources](https://github.com/EpicMorg/SteamPathsLib/blob/master/src/EpicMorg.SteamPathsLib/SteamPathsUtil.cs)
|
||||||
|
* Create issue for request docs ;P
|
||||||
|
|
||||||
|
``` csharp
|
||||||
|
|
||||||
|
|
||||||
|
using EpicMorg.SteamPathsLib;
|
||||||
|
|
||||||
|
<...>
|
||||||
|
SteamPathsUtil.GetValveKeyRegistry();
|
||||||
|
<...>
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
|
|
||||||
![Example](https://raw.githubusercontent.com/EpicMorg/SteamPathsLib/master/SteamTest.Png)
|
![Example](https://raw.githubusercontent.com/EpicMorg/SteamPathsLib/master/SteamTest.Png)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user