Update README.md

This commit is contained in:
Iceman 2019-01-08 00:05:00 +01:00 committed by GitHub
commit 04893371bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,8 @@ This fork now compiles just fine on
## KALI and ARCHLINUX users ## KALI and ARCHLINUX users
Kali and ArchLinux users usually must kill their modem manager in order for the proxmark3 to enumerate properly. Kali and ArchLinux users usually must kill their modem manager in order for the proxmark3 to enumerate properly.
`sudo apt remove modemmanager`
## Setup and build for UBUNTU ## Setup and build for UBUNTU
GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS, 15.10 or 16.04 GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS, 15.10 or 16.04
See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
@ -88,6 +89,9 @@ https://github.com/RfidResearchGroup/proxmark3/blob/master/install.sh
`sudo pacman -Sy base-devel p7zip libusb readline ncurses libjansson-dev arm-none-eabi-newlib --needed` `sudo pacman -Sy base-devel p7zip libusb readline ncurses libjansson-dev arm-none-eabi-newlib --needed`
`yaourt -S termcap` `yaourt -S termcap`
- Remove modemmanager
`sudo apt remove modemmanager`
- Clone fork - Clone fork
`git clone https://github.com/RfidResearchGroup/proxmark3.git` `git clone https://github.com/RfidResearchGroup/proxmark3.git`