From 75cee706f1173a121c58ea53fd1f3dab4bfaf251 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 14 Oct 2019 19:21:17 -0300 Subject: [PATCH] README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7b97448..76b19b88 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ This project has an official Twitter account ( **@bauh4linux** ) so people can s - [**fuse**](https://github.com/libfuse/libfuse) may be required to run AppImages on your system. - There are some issues to work with AppImages in Ubuntu based distros. Installing the following packages can help **bauh** to work with them: -```binfmt-support +``` + binfmt-support qemu qemu-user-static ```