Skip to content

Commit

Permalink
README: Install WinUSB's build dependencies: Fix gdebi command
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 12, 2017
1 parent 354fe0a commit d46aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ sudo dnf install wxGTK3-devel
```shell
# For Ubuntu
$ dpkg-buildpackage -uc -b # NOTE: Currently due to bug in the build system this command will fail if source's path contains space or single quotes, refer issue #84 for details
$ sudo gdebi ../winusb_<version>_<architecture>.deb
$ sudo gdebi ../winusb+_<version>_<architecture>.deb

# Generic method
$ ./configure
Expand Down

0 comments on commit d46aeea

Please sign in to comment.