Skip to content

Commit

Permalink
feat: add update and uninstall instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Sep 12, 2024
1 parent 7d2cdf8 commit 1232791
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ElmerFEM in WSL

Fork of [NixOS-WSL](https://github.com/nix-community/NixOS-WSL)

## Quick Start
## Installation

1. Enable WSL if you haven't done already:

Expand All @@ -26,6 +26,23 @@ Fork of [NixOS-WSL](https://github.com/nix-community/NixOS-WSL)
wsl -d Elmer
```

## Updating

To update to the newest Elmer-WSL version, run these commands in WSL:

```bash
sudo nix-channel --update
sudo nixos-rebuild switch
```

## Uninstall

WARNING: This will delete the filesystem of Elmer-WSL.

```bash
wsl --unregister Elmer
```

## License

Apache License, Version 2.0. See `LICENSE` or <http://www.apache.org/licenses/LICENSE-2.0.html> for details.

0 comments on commit 1232791

Please sign in to comment.