README: Fix dependencies (thanks Ingo Struck)

As noticed by @istr in https://github.com/JehanneOS/devtools/pull/7#issuecomment-695191823 the README was missing a few dependencies required to build Jehanne in Debian buster.
This commit is contained in:
Giacomo Tesio 2020-09-19 23:31:27 +02:00 committed by GitHub
parent 6dec974cc3
commit 81679f2408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ The running system also includes supplemental folders like `/lib`,
To build Jehanne and play with it, you need to have git, golang, qemu,
gcc, binutils and bison installed.
For example on Debian GNU/Linux you should be able to get going with
For example on Debian GNU/Linux 10 you should be able to get going with
sudo aptitude install git golang build-essential flex bison qemu-system autoconf
sudo apt-get install git golang build-essential flex bison qemu-system autoconf autoconf-archive curl automake-1.15
After the repository clone, you can give a look with