summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-17 00:42:06 +0000
committermidipix <writeonce@midipix.org>2021-06-17 00:49:59 +0000
commit592d06e8249d88da07d93fdac22e353ac495f4f0 (patch)
tree8f553443df8a7aabc4da0ce5ddcc566a06698db7
parente977e75cce7b15aa5a39b9cce66a34552e247c84 (diff)
downloadsofort-592d06e8249d88da07d93fdac22e353ac495f4f0.tar.bz2
sofort-592d06e8249d88da07d93fdac22e353ac495f4f0.tar.xz
README.SOFORT: whitespace meditation.
-rw-r--r--README.SOFORT28
1 files 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.