codeanywhere/Steam/install.md
2018-01-30 21:41:38 +08:00

13 lines
170 B
Markdown

# Steam
## For the first time
```
LD_PRELOAD='/usr/$LIB/libstdc++.so.6' LIBGL_DRI3_DISABLE=1 steam
```
## Fuck the GFW
```
https_proxy=http://127.0.0.1:1080 steam
```