Skip to content

Commit

Permalink
feat: add developer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mk3z committed Dec 13, 2024
1 parent 1232791 commit 7049287
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ WARNING: This will delete the filesystem of Elmer-WSL.
wsl --unregister Elmer
```

## For developers

### Updating the included Elmer version

`nix flake lock --update-input elmer`.

### Updating Nixos-WSL

Manually merge new changes from upstream.

### New release

Create a new tag and push it. The GitHub workflow will create a new release and the needed files.

## License

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

0 comments on commit 7049287

Please sign in to comment.