mirror of
https://github.com/gentoo-mirror/steam-overlay.git
synced 2025-04-18 07:19:02 -04:00
added instructions to sync without layman
This commit is contained in:
parent
ce912251f9
commit
6c0444696f
@ -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
5
steam-overlay.conf
Normal 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
|
Loading…
x
Reference in New Issue
Block a user