doc: building Lean using Nix in WSL does work reasonably well

This commit is contained in:
Sebastian Ullrich
2020-03-25 14:24:49 +01:00
parent b73dd0c9aa
commit dda44bc47f

View File

@@ -12,7 +12,7 @@ Platform-Specific Setup
- [Windows (msys2)](msys2.md)
- [Windows (Visual Studio)](msvc.md)
- [macOS (homebrew)](osx-10.9.md)
- Linux/macOS ([Nix](https://nixos.org/nix/)): Call `nix-shell` in the project root. That's it.
- Linux/macOS/WSL ([Nix](https://nixos.org/nix/)): Call `nix-shell` in the project root. That's it.
Generic Build Instructions
--------------------------