readme clarification

This commit is contained in:
NunoSempere 2023-05-03 22:22:38 -04:00
parent 3734dcd2d1
commit 6ae0811000

View File

@ -77,4 +77,4 @@ Done:
### Known bugs ### Known bugs
- [ ] Doesn't work with when Spanish is selected as the language, for some reason. - [ ] Doesn't work with when Spanish is selected as the language, for some reason.
- [ ] At some point, I tried to install libsoup-3 and borked some unknown installation option. So now I need to run rose with `GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose` (or put `export GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/` in my .bashrc). This won't affect new users though, just double checked on a fresh machine. - [ ] At some point, I tried to install libsoup-3 and borked some unknown installation option/paths. So now I need to run rose with `GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose` (or put `export GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/` in my .bashrc). This won't affect new users though, just double checked on a fresh machine.