mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Merge pull request #963 from BarikMana/patch-1
Update Linux-Installation-Instructions.md
This commit is contained in:
commit
cf56fece21
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ To test you have the proper read & write rights, plug the Proxmark3 and execute:
|
||||||
```sh
|
```sh
|
||||||
[ -r /dev/ttyACM0 ] && [ -w /dev/ttyACM0 ] && echo ok
|
[ -r /dev/ttyACM0 ] && [ -w /dev/ttyACM0 ] && echo ok
|
||||||
```
|
```
|
||||||
It must return `ok`. Otherwise this means you've a permissions problem to fix.
|
It must return `ok`. Otherwise this means you've got a permission problem to fix.
|
||||||
|
|
||||||
# Compile and use the project
|
# Compile and use the project
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue