Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Require installation of xxd (via vim) on archlinux #301

Merged
merged 1 commit into from
Oct 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/setup/dev_env_linux_boutique.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sudo yum install glibc.i686 ncurses-libs.i686
Ensure you have the multilib repository enabled.

```sh
sudo pacman -S base-devel lib32-glibc git-core python-pyserial zip
sudo pacman -S base-devel lib32-glibc git-core python-pyserial zip vim
```

Install [yaourt](https://wiki.archlinux.org/index.php/Yaourt#Installation), the package manager for the [Arch User Repository (AUR)](https://wiki.archlinux.org/index.php/Arch_User_Repository).
Expand Down