~emersion/mrsh

f5a30a67f70ad7a6ad061c61fc5b3f9a412a1daa — emersion 4 years ago 9405f37
readme: add link to website, improve refs
1 files changed, 13 insertions(+), 12 deletions(-)

M README.md
M README.md => README.md +13 -12
@@ 1,6 1,6 @@
# mrsh
# [mrsh]

A minimal [POSIX][1] shell.
A minimal [POSIX] shell.

[![](https://builds.sr.ht/~emersion/mrsh.svg)](https://builds.sr.ht/~emersion/mrsh)



@@ 8,24 8,25 @@ A minimal [POSIX][1] shell.
* Simple, readable code without magic
* Library to build more elaborate shells

This project is a [work in progress](https://github.com/emersion/mrsh/issues/8).
This project is a [work in progress].

## Build

```shell
meson build
ninja -C build
build/mrsh
```
    meson build
    ninja -C build
    build/mrsh

## Contributing

Either [send GitHub pull requests][2] or [send patches on the mailing list][3].
Either [send GitHub pull requests][GitHub] or [send patches on the mailing
list][ML].

## License

MIT

[1]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html
[2]: https://github.com/emersion/mrsh
[3]: https://lists.sr.ht/%7Eemersion/mrsh-dev
[mrsh]: https://mrsh.sh
[POSIX]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html
[work in progress]: https://github.com/emersion/mrsh/issues/8
[GitHub]: https://github.com/emersion/mrsh
[ML]: https://lists.sr.ht/%7Eemersion/mrsh-dev