aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-05-03 22:22:38 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-05-03 22:22:38 -0400
commit6ae081100029f564d0ce5ef40d5f86a8243153f2 (patch)
tree0495709a6094077675133462031f9d9a8d2a95d1 /README.md
parent3734dcd2d17de1b05841d2d624a60321efbe72c1 (diff)
readme clarification
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aabb64d..c28081e 100644
--- a/README.md
+++ b/README.md
@@ -77,4 +77,4 @@ Done:
### Known bugs
- [ ] 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.