1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

README: fix clone instructions to no longer require --recursive

This commit is contained in:
Jon Trulson 2021-07-03 13:01:53 -06:00
parent 94691f462e
commit 3b9d5b95ae

View file

@ -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: