mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-12 19:27:08 +00:00
Clarifying installation and usage
This commit is contained in:
parent
7cf8d9a83b
commit
2490183aad
1 changed files with 5 additions and 4 deletions
|
@ -8,6 +8,7 @@ Automatically fill a Lancache with content.
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
* `git clone https://github.com/zeropingheroes/lancache-autofill.git`
|
* `git clone https://github.com/zeropingheroes/lancache-autofill.git`
|
||||||
|
* `cd lancache-autofill`
|
||||||
* `sudo ./install.sh`
|
* `sudo ./install.sh`
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
@ -24,18 +25,18 @@ Download the app list from Steam:
|
||||||
|
|
||||||
`./lancache-autofill steam:update-app-list`
|
`./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"`
|
`./lancache-autofill steam:search-apps "team fortress 2"`
|
||||||
|
|
||||||
440 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`
|
`./lancache-autofill steam:queue-app 440`
|
||||||
|
|
||||||
Start downloading:
|
Start downloading items in the download queue:
|
||||||
|
|
||||||
`./lancache-autofill steam:start-downloading`
|
`./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)
|
* [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 Query Builder](https://laravel.com/docs/5.4/queries)
|
||||||
* [Laravel Artisan Console](https://laravel.com/docs/5.4/artisan)
|
* [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)
|
||||||
|
|
Loading…
Reference in a new issue