diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -11,7 +11,7 @@ author: name: "Ralph Amissah" email: ralph.amissah@gmail.com -copyright: "(C) 2015 - 2025 Ralph Amissah, All Rights Reserved." +copyright: "(C) 2015 - 2026 Ralph Amissah, All Rights Reserved." license: - "project code: AGPL 3 or later" @@ -84,9 +84,9 @@ Make a directory and clone the sisudoc-spine project mkdir ~/git.sisudoc cd ~/git.sisudoc - git clone --depth=1 git://git.sisudoc.org/software/sisudoc-spine && \ - git clone --depth=1 git://git.sisudoc.org/software/sisudoc-spine-search-cgi && \ - git clone --depth=1 git://git.sisudoc.org/markup/sisudoc-spine-samples + git clone --depth 1 git://git.sisudoc.org/software/sisudoc-spine && \ + git clone --depth 1 git://git.sisudoc.org/software/sisudoc-spine-search-cgi && \ + git clone --depth 1 git://git.sisudoc.org/markup/sisudoc-spine-samples such a relative directory layout will be assumed in the examples that provided @@ -136,7 +136,7 @@ mkdir -p ~/.config/nix && echo "experimental-features = flakes nix-command" >> ~ - to use the D compiler ldc2: # on nix (get dependencies by setting your development environment): - nix develop ".#dsh-nixpkgs-ldc-dub" --print-build-logs -c zsh + nix develop ".#dsh-nixpkgs-ldc" --print-build-logs -c zsh # assuming you have ldc2 & dub installed on your system: dub run --compiler=ldmd2 --config=ldmd2 --combined --skip-registry=all @@ -145,7 +145,7 @@ mkdir -p ~/.config/nix && echo "experimental-features = flakes nix-command" >> ~ - to use the D compiler dmd: # on nix (get dependencies by setting your development environment): - nix develop ".#dsh-nixpkgs-dmd-dub" --print-build-logs -c zsh + nix develop ".#dsh-nixpkgs-dmd" --print-build-logs -c zsh # assuming you have dmd & dub installed on your system: dub run --compiler=dmd --config=dmd --combined --skip-registry=all |
