From 3b9d5b95aec64436a37acc1efae7a9fe82ecf8ac Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 3 Jul 2021 13:01:53 -0600 Subject: [PATCH] README: fix clone instructions to no longer require --recursive --- cde/README | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/cde/README b/cde/README index 0d8725eb2..8a40d96ff 100644 --- a/cde/README +++ b/cde/README @@ -20,19 +20,12 @@ http://sourceforge.net/projects/cdesktopenv/ Or via git: -git clone --recursive git://git.code.sf.net/p/cdesktopenv/code cdesktopenv-code +git clone git://git.code.sf.net/p/cdesktopenv/code cdesktopenv-code The git repository will always be more up to date than the downloadable tarballs we make available, so if you have problems, please try the latest version from git master. -As of 2.3.2b, a new ksh93 submodule is used in place of the original -ksh93 source code. If you have already cloned the repo (without the ---recursive flag) you will need to update the ksh submode with -something like: - -cd desktopenv-code -git submodule update --init ************************************ Installing this release: