diff --git a/README.md b/README.md index b17db34..1a8b464 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ ### Dec 21 2018: -- got rid of 'wrong ELF class' messages from the logs; +- got rid of 'wrong ELF class' messages in the logs; - changed the base image ``debian:jessie`` to ``ubuntu:bionic``; - significantly reduced the amount of dependencies as the image is now using the Steam runtime; -- added ``SYS_PTRACE`` cap so Proton can show additional process traces; +- added ``SYS_PTRACE`` cap so Proton (modified version of Wine created by Steam) can show additional process traces; - removed grsecurity support since they have [stopped](https://lwn.net/Articles/720983/) giving us the test patches; - simplified the ``LD_LIBRARY_PATH`` routine in the launcher; - users can now control the ``USER_ID`` via the environment variable;