Clarifying installation and usage

This commit is contained in:
ilumos 2017-08-17 01:16:06 +01:00 committed by GitHub
parent 7cf8d9a83b
commit 2490183aad

View file

@ -8,6 +8,7 @@ Automatically fill a Lancache with content.
# Installation
* `git clone https://github.com/zeropingheroes/lancache-autofill.git`
* `cd lancache-autofill`
* `sudo ./install.sh`
# Usage
@ -24,18 +25,18 @@ Download the app list from Steam:
`./lancache-autofill steam:update-app-list`
Search for the apps you wish to download:
Search for the apps you wish to download to find their app ID:
`./lancache-autofill steam:search-apps "team fortress 2"`
440 Team Fortress 2
[...]
Queue the app for download:
Queue the app for download by ID:
`./lancache-autofill steam:queue-app 440`
Start downloading:
Start downloading items in the download queue:
`./lancache-autofill steam:start-downloading`
@ -53,4 +54,4 @@ Clear the temporary download location:
* [SteamCMD Commands and Variables](https://github.com/dgibbs64/SteamCMD-Commands-List/blob/master/steamcmdcommands.txt)
* [Laravel Query Builder](https://laravel.com/docs/5.4/queries)
* [Laravel Artisan Console](https://laravel.com/docs/5.4/artisan)
* [Symfony Process Component](http://symfony.com/doc/current/components/process.html)
* [Symfony Process Component](http://symfony.com/doc/current/components/process.html)