Skip to content

Commit

Permalink
[#54467] README.md: Fixed instructions for installing dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Jan 31, 2024
1 parent f69ad5c commit 50b6b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ To be able to build and use the project, several dependencies need to be install
On Debian-based Linux distributions, the above-listed dependencies can be installed as follows:

```bash
apt update
sudo apt update

apt install -y --no-install-recommends git ninja-build \
sudo apt install -y --no-install-recommends git ninja-build \
ccache dfu-util device-tree-compiler wget \
python3-dev python3-pip python3-setuptools python3-tk python3-wheel python3-venv xz-utils file \
make gcc gcc-multilib g++-multilib libsdl2-dev libmagic1 jq curl
Expand Down

0 comments on commit 50b6b21

Please sign in to comment.