added instructions to sync without layman

This commit is contained in:
anyc 2015-09-22 09:32:08 +02:00
parent ce912251f9
commit 6c0444696f
2 changed files with 8 additions and 2 deletions

View File

@ -14,9 +14,10 @@ start steam with `STEAM_RUNTIME=1 steam` before reporting a bug at the [official
Usage
-----
* Include this overlay with [Layman](http://www.gentoo.org/proj/en/overlays/userguide.xml) and the following command `layman -a steam-overlay`
* Include this overlay with [Layman](http://www.gentoo.org/proj/en/overlays/userguide.xml) and the following command: `layman -a steam-overlay` *or*
copy `steam-overlay.conf` from this repository into `/etc/portage/repos.conf/` to use the new [portage sync capabilities](https://wiki.gentoo.org/wiki/Project:Portage/Sync)
* Choose if you want to use the official Steam runtime along with its bundled libraries or system libraries by en-/disabling the `steamruntime` use flag. Disabling the official runtime is only
recommended for advanced Gentoo users.
recommended for advanced Gentoo users
* Emerge the `steam-meta` package
* Start the client by executing `steam`

5
steam-overlay.conf Normal file
View File

@ -0,0 +1,5 @@
[steam-overlay]
location = /usr/local/steam-overlay/
sync-type = git
sync-uri = https://github.com/anyc/steam-overlay/
auto-sync = Yes