diff --git a/changelog b/changelog index 76aa928..9d0e779 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20120402 tpd src/axiom-website/patches.html 20120402.03.tpd.patch +20120402 tpd faq fix FAQ 22: How do I check out the latest source? 20120402 tpd src/axiom-website/patches.html 20120402.02.tpd.patch 20120402 tpd src/input/Makefile add example of spad code 20120402 tpd src/input/clements.input add example of spad code diff --git a/faq b/faq index 7715bd1..9674949 100644 --- a/faq +++ b/faq @@ -628,8 +628,7 @@ The PATH shell variable tells linux where to find executables. FAQ 22: How do I check out the latest sources? =================================================================== -export CVS_RSH=ssh -cvs -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/axiom co axiom +git clone git://github.com/daly/axiom.git =================================================================== FAQ 23: How do I patch a file? diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 2a325f4..890dd35 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -3866,5 +3866,7 @@ In process, not yet released

src/axiom-website/download.html add ubuntu
20120402.02.tpd.patch src/input/clements.input add example of spad code
+20120402.03.tpd.patch +faq fix FAQ 22: How do I check out the latest source?