Switch to Gitlab, github doesn't support asciidoc include

See https://github.com/github/markup/issues/1095 .
This commit is contained in:
Doron Behar 2021-05-15 10:46:45 +03:00
parent 945f1100e0
commit dec9acf9c9

View file

@ -13,13 +13,13 @@ that a nix-shell will provide.
=== Run `matlab-shell` with an unstable Nix === Run `matlab-shell` with an unstable Nix
.... ....
nix run github:doronbehar/nix-matlab#matlab-shell nix run gitlab:doronbehar/nix-matlab#matlab-shell
.... ....
=== Run `matlab-shell` with +++<s>stable</s>+++ legacy Nix === Run `matlab-shell` with +++<s>stable</s>+++ legacy Nix
.... ....
git clone https://github.com/doronbehar/nix-matlab git clone https://gitlab.com/doronbehar/nix-matlab
cd nix-matlab cd nix-matlab
nix-shell nix-shell
.... ....