mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
README update
This commit is contained in:
parent
05269882fe
commit
7e96b3256d
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -1,5 +1,6 @@
|
|||
ArchiSteamFarm
|
||||
===================
|
||||
# ArchiSteamFarm
|
||||
|
||||
---
|
||||
|
||||
[![Build Status (Windows)](https://img.shields.io/appveyor/ci/JustArchi/ArchiSteamFarm/master.svg?label=Windows&maxAge=60)](https://ci.appveyor.com/project/JustArchi/ArchiSteamFarm)
|
||||
[![Build Status (Mono)](https://img.shields.io/travis/JustArchi/ArchiSteamFarm/master.svg?label=Mono&maxAge=60)](https://travis-ci.org/JustArchi/ArchiSteamFarm)
|
||||
|
@ -19,7 +20,7 @@ ArchiSteamFarm
|
|||
|
||||
---
|
||||
|
||||
# Description
|
||||
## Description
|
||||
|
||||
ASF is a C# application that allows you to farm steam cards using multiple steam accounts simultaneously. Unlike Idle Master which works only for one account at given time, requires steam client running in background, and launches additional processes imitiating "game playing" status, ASF doesn't require any steam client running in the background, doesn't launch any additional processes and is made to handle unlimited steam accounts at once. In addition to that, it's meant to be run on servers or other desktop-less machines, and features full Mono support, which makes it possible to launch on any Mono-supported operating system, such as Windows, Linux or OS X. ASF is based on, and possible, thanks to [SteamKit2](https://github.com/SteamRE/SteamKit).
|
||||
|
||||
|
@ -27,7 +28,7 @@ ASF doesn't require and doesn't interfere in any way with Steam client. In addit
|
|||
|
||||
---
|
||||
|
||||
## Core features
|
||||
### Core features
|
||||
|
||||
- Automatic farming of available games with card drops using any number of active accounts
|
||||
- No requirement of running or even having official Steam client installed
|
||||
|
@ -44,18 +45,18 @@ ASF doesn't require and doesn't interfere in any way with Steam client. In addit
|
|||
|
||||
---
|
||||
|
||||
## Setting up / Help
|
||||
### Setting up / Help
|
||||
|
||||
Detailed guide regarding setting up and using ASF is available on our wiki in **[setting up](https://github.com/JustArchi/ArchiSteamFarm/wiki/Setting-up)** section.
|
||||
|
||||
---
|
||||
|
||||
## Compatibility / Supported operating systems
|
||||
### Compatibility / Supported operating systems
|
||||
|
||||
ASF officially supports Windows, Linux and OS X operating systems. Please visit **[Compatibility](https://github.com/JustArchi/ArchiSteamFarm/wiki/Compatibility)** section on the wiki for more info.
|
||||
|
||||
---
|
||||
|
||||
## Want to read more?
|
||||
### Want to read more?
|
||||
|
||||
Our **[wiki](https://github.com/JustArchi/ArchiSteamFarm/wiki)** includes a lot of other articles that might help you further with using ASF, as well as show you everything that you can make use of.
|
||||
|
|
Loading…
Reference in a new issue