Merge pull request #56 from jsha/patch-1

Correct typo in source build instructions
This commit is contained in:
Henrik Stråth 2015-10-13 11:11:40 +02:00
commit efb79eb54a

4
README
View File

@ -115,8 +115,8 @@ Run these commands to check out the source code:
git clone https://github.com/Yubico/yubioath-desktop.git
cd yubioath-desktop
git submodules init
git submodules update
git submodule init
git submodule update
==== Build a source release
To build a source release tar ball, run this command: