Skip to content

Commit

Permalink
docs: add initial changelog and simplify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Oct 20, 2024
1 parent a466510 commit ac76193
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-header -->
## [Unreleased] - ReleaseDate

### Added
- Initial version so no changes to report.

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/argfile/compare/e7b7555...HEAD
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,22 +162,7 @@ rustup = [
]
```

## Commands
# Credits

Run `metapac -h` to see an overview of the commands available with
`metapac`.

## Naming

`metapac` combines the words "package" and "define".

## Backend Pitfalls

### Pipx

Some packages like
[`mdformat-myst`](https://github.com/executablebooks/mdformat-myst) do
not provide an executable themselves but rather act as a plugin to
their dependency, which is mdformat in this case. Please install such
packages explicitly by running: `pipx install <package-name>
--include-deps`.
This project was forked from <https://github.com/steven-omaha/pacdef> so
credits to the author(s) of that project for all their prior work.

0 comments on commit ac76193

Please sign in to comment.