[Pcsclite-git-commit] [website] 01/05: Update the commands to clone the repository

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu May 14 12:02:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 6374cd9fcf6cd9e13f135b62728d36943f6a9ede
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sun May 10 17:31:06 2015 +0200

    Update the commands to clone the repository
    
    We now use submodules for PCSC and contrib.
---
 ccid.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ccid.html b/ccid.html
index 934b41d..0401400 100644
--- a/ccid.html
+++ b/ccid.html
@@ -65,9 +65,9 @@ make install
   support the latest added readers.</p>
 
   <pre><code>git clone git://anonscm.debian.org/pcsclite/CCID.git
-git clone git://anonscm.debian.org/pcsclite/PCSC.git
-git clone git://anonscm.debian.org/pcsclite/contrib.git
 cd CCID
+git submodule init
+git submodule update
 ./bootstrap
 ./configure
 make</code></pre>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list