Skip to content

Commit

Permalink
Merge pull request #95 from ghxbob/patch-1
Browse files Browse the repository at this point in the history
Correct instructions for copying libusb DLL.
  • Loading branch information
nehpetsde committed Jan 13, 2018
2 parents eb3dbbe + e0d6eb4 commit 6ebb26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/get-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ but a much simpler approach is to use the `Zadig`_ Windows application
(download and run zadig, select your device and choose the WinUSB
driver to install). The libusb library for Windows can be downloaded
from `libusb`_ (Downloads -> Latest Windows Binaries) as a 7z
archive. Just unpack and copy ``MS64\dll\libusb-1.0.dll`` to
``C:\Windows\System32`` and ``MS32\dll\libusb-1.0.dll`` to the
archive. Just unpack and copy ``MS32\dll\libusb-1.0.dll`` to
``C:\Windows\System32`` and ``MS64\dll\libusb-1.0.dll`` to the
``C:\Windows\SysWOW64`` directory.

**Install Python and nfcpy**
Expand Down

0 comments on commit 6ebb26b

Please sign in to comment.