From 592d06e8249d88da07d93fdac22e353ac495f4f0 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 17 Jun 2021 00:42:06 +0000 Subject: README.SOFORT: whitespace meditation. --- README.SOFORT | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.SOFORT b/README.SOFORT index 6b6b202..f7e16c4 100644 --- a/README.SOFORT +++ b/README.SOFORT @@ -11,10 +11,10 @@ the libera irc network. ## LEARN BY COMPARISON: -`$ git clone git://foss21.org/sofort` -`$ git clone git://foss21.org/mdso` -`$ diff -u sofort/config.project mdso/config.project` -`$ diff -ru sofort/project mdso/project` +- `git clone git://foss21.org/sofort` +- `git clone git://foss21.org/mdso` +- `diff -u sofort/config.project mdso/config.project` +- `diff -ru sofort/project mdso/project` ## LEARN BY EXAMPLE: @@ -34,14 +34,14 @@ https://git.foss21.org/cgit.cgi/compilers/bfirm/ ## LEARN BY INSTRUCTION: * First Use-Case: using sofort with an existing project --- keep your original repository and the build project separate; --- allow testing the new build system (sofort) against the old one; --- merge the two at the time of your choice. +- keep your original repository and the build project separate; +- allow testing the new build system (sofort) against the old one; +- merge the two at the time of your choice. --- for the purpose of illustration: -:: foo (directory containing your original project) -:: bfoo (directory containing the new build project) -:: temp (where you'll run configure, which could be bfoo or elsewhere) +* for the purpose of illustration: +- foo (directory containing your original project) +- bfoo (directory containing the new build project) +- temp (where you'll run configure, which could be bfoo or elsewhere) - copy all files and folders from the top-level sofort repository into bfoo; the _include_ and _src_ sub-directories are place-holders, @@ -67,6 +67,6 @@ https://git.foss21.org/cgit.cgi/compilers/bfirm/ - test again. * Second Use-Case: using sofort with a new project --- keeping everything under a single repository; --- no need to pass --source-dir=/path/to/foo to configure; --- otherwise identical to the first use-case, as outlined above. +- keeping everything under a single repository; +- no need to pass --source-dir=/path/to/foo to configure; +- otherwise identical to the first use-case, as outlined above. -- cgit v1.2.3