v0.1.41.md•857 B
This release brings improvements to the initialization process and adds Homebrew installation support for macOS users.
## Improvements
### Improved Initialization Process (#96)
- Reordered prompts to ask for output style before file path
- Added Markdown as a new output style option during initialization
### Homebrew Installation Support (https://github.com/Homebrew/homebrew-core/pull/192391)
- Added Homebrew installation instructions for macOS users
## How to Update/Install
To update to the latest version, run:
```bash
npm install -g repopack
```
For macOS users, you can now install Repopack using Homebrew:
```bash
brew install repopack
```
---
We value your feedback and contributions in making Repopack better! If you encounter any issues or have suggestions, please share them through our GitHub issues.