From b402f0dad3675ce4677433a966001394010b31e2 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 4 Oct 2019 10:42:25 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 13 +------------ docs/dev.md | 8 ++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b1dfb15c..c7625f22 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,6 @@ For hackers to learn reinforcement learning, WiFi networking and have an excuse - [Project Twitter](https://twitter.com/pwnagotchi) - [Project Website](https://pwnagotchi.ai/) -## Known Bugs - -- GLib-ERROR **: 20:50:46.361: getauxval () failed: No such file or directory - -Affected DEB & Versions: QEMU <=2.11 - -Fix: Upgrade QEMU to >=3.1 - -Bug Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923289 - ## License -`pwnagotchi` is made with ♥ by [@evilsocket](https://twitter.com/evilsocket) and the [amazing dev team](https://github.com/evilsocket/pwnagotchi/graphs/contributors). It's released under the GPL3 license. - +`pwnagotchi` is made with ♥ by [@evilsocket](https://twitter.com/evilsocket) and the [amazing dev team](https://github.com/evilsocket/pwnagotchi/graphs/contributors). It's released under the GPL3 license. \ No newline at end of file diff --git a/docs/dev.md b/docs/dev.md index 09d2a465..75b7ea0f 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -22,6 +22,14 @@ usage: ./scripts/create_sibling.sh [OPTIONS] -h # Show this help ``` +#### Known Issues + +`GLib-ERROR **: 20:50:46.361: getauxval () failed: No such file or directory` + +- Affected DEB & Versions: QEMU <= 2.11 +- Fix: Upgrade QEMU to >= 3.1 +- Bug Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923289 + ## Adding a Language If you want to add a language use the `language.sh` script. If you want to add for example the language **italian** you would type: