Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Oct 26, 2023
1 parent 35b6acf commit c67eebb
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ SPDX-License-Identifier: Apache-2.0 OR MIT
[![Dev Docs][dev-docs-badge]][dev-docs-url]

**Sysexits.jl** is a library that provides the system exit code constants as
defined by [`<sysexits.h>`][sysexits-man-url].
defined by [`<sysexits.h>`].

This library is a port of [sysexits-rs][sysexits-rs-crate-url].
This library is a port of [sysexits-rs].

## Usage

Expand Down Expand Up @@ -46,26 +46,30 @@ See the [documentation][stable-docs-url] for more details.

## Changelog

Please see [CHANGELOG.adoc](CHANGELOG.adoc).
Please see [CHANGELOG.adoc].

## Contributing

Please see [CONTRIBUTING.adoc](CONTRIBUTING.adoc).
Please see [CONTRIBUTING.adoc].

## License

Copyright &copy; 2023 Shun Sakai (see [AUTHORS.adoc](AUTHORS.adoc))
Copyright &copy; 2023 Shun Sakai (see [AUTHORS.adoc])

This library is distributed under the terms of either the _Apache License 2.0_
or the _MIT License_.

See [COPYING](COPYING) for more details.
See [COPYING] for more details.

[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/Sysexits.jl/CI.yaml?branch=develop&label=CI&logo=github&style=for-the-badge
[ci-url]: https://github.com/sorairolake/Sysexits.jl/actions?query=branch%3Adevelop+workflow%3ACI++
[stable-docs-badge]: https://img.shields.io/badge/docs-stable-blue?style=for-the-badge
[stable-docs-url]: https://sorairolake.github.io/Sysexits.jl/stable/
[dev-docs-badge]: https://img.shields.io/badge/docs-dev-blue?style=for-the-badge
[dev-docs-url]: https://sorairolake.github.io/Sysexits.jl/dev/
[sysexits-man-url]: https://man.openbsd.org/sysexits
[sysexits-rs-crate-url]: https://crates.io/crates/sysexits
[`<sysexits.h>`]: https://man.openbsd.org/sysexits
[sysexits-rs]: https://crates.io/crates/sysexits
[CHANGELOG.adoc]: CHANGELOG.adoc
[CONTRIBUTING.adoc]: CONTRIBUTING.adoc
[AUTHORS.adoc]: AUTHORS.adoc
[COPYING]: COPYING

0 comments on commit c67eebb

Please sign in to comment.