(Chore): Minor readme changes
This commit is contained in:
16
README.md
16
README.md
@@ -1,6 +1,6 @@
|
|||||||
# 🗜️ Zipprine - Advanced Archive Manager
|
# 🗜️ Zipprine - TUI zipping tool
|
||||||
|
|
||||||
A beautiful, feature-rich TUI application for managing archives with style!
|
A simple and clean TUI application for managing archives/
|
||||||
|
|
||||||
## ✨ Features
|
## ✨ Features
|
||||||
|
|
||||||
@@ -29,14 +29,14 @@ A beautiful, feature-rich TUI application for managing archives with style!
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/bereck-work/ziprine.git
|
git clone https://github.com/bereck-work/ziporine.git
|
||||||
cd ziprine
|
cd zipprine
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
go mod download
|
go mod download
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
go build -o ziprine ./cmd/ziprine
|
go build -o zipprine ./cmd/ziprine
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
./ziprine
|
./ziprine
|
||||||
@@ -108,8 +108,8 @@ ziprine/
|
|||||||
|
|
||||||
## 📝 License
|
## 📝 License
|
||||||
|
|
||||||
MIT License - Feel free to use and modify!
|
MIT License
|
||||||
|
|
||||||
## 🤝 Contributing
|
## Things to do
|
||||||
|
|
||||||
Contributions are welcome! Feel free to open issues or submit PRs.
|
- [ ] Add unit tests
|
||||||
|
|||||||
Reference in New Issue
Block a user