mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-09 16:19:45 +00:00
Switch to Gitlab, github doesn't support asciidoc include
See https://github.com/github/markup/issues/1095 .
This commit is contained in:
parent
945f1100e0
commit
dec9acf9c9
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ that a nix-shell will provide.
|
|||
=== 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
|
||||
|
||||
....
|
||||
git clone https://github.com/doronbehar/nix-matlab
|
||||
git clone https://gitlab.com/doronbehar/nix-matlab
|
||||
cd nix-matlab
|
||||
nix-shell
|
||||
....
|
||||
|
|
Loading…
Reference in a new issue