fix: adapted notes to reflect fork

This commit is contained in:
2025-05-17 17:27:26 +02:00
parent ac116e8322
commit 1a447e00bf
2 changed files with 6 additions and 7 deletions

View File

@@ -22,11 +22,8 @@ Want to try HabitTrove before installing? Visit the public [demo instance](https
## Usage
1. **Creating Habits**: Click the "Add Habit" button to create a new habit. Set a name, description, and coin reward.
2. **Tracking Habits**: Mark habits as complete on your dashboard. Each completion earns you the specified coins.
3. **Wishlist**: Add rewards to your wishlist that you can redeem with earned coins.
4. **Statistics**: View your progress through the heatmap and streak counters.
## Docker Deployment
@@ -63,7 +60,7 @@ docker run -d \
-v ./data:/app/data \
-v ./backups:/app/backups \ # Add this line to map the backups directory
-e AUTH_SECRET=$AUTH_SECRET \
dohsimpson/habittrove
ghcr.io/manindark/habittrove
```
Available image tags:
@@ -110,7 +107,7 @@ To contribute to HabitTrove, you'll need to set up a development environment. He
1. Clone the repository and navigate to the project directory:
```bash
git clone https://github.com/dohsimpson/habittrove.git
git clone https://github.com/ManInDark/HabitTrove.git
cd habittrove
```
@@ -163,7 +160,7 @@ Run these commands regularly during development to catch issues early.
## Contributing
We welcome feature requests and bug reports! Please [open an issue](https://github.com/dohsimpson/habittrove/issues/new). We do not accept pull request at the moment.
We welcome feature requests and bug reports! Please [open an issue](https://github.com/ManInDark/habittrove/issues/new).
## License

View File

@@ -56,11 +56,13 @@ export default function AboutModal({ isOpen, onClose }: AboutModalProps) {
>
@dohsimpson
</a>
<br/>
Fork by <a href="https://github.com/ManInDark" target="_blank" rel="noopener noreferrer" className="font-medium hover:underline">@ManInDark</a>
</div>
<div className="flex justify-center">
<a
href="https://github.com/dohsimpson/habittrove"
href="https://github.com/ManInDark/HabitTrove"
target="_blank"
rel="noopener noreferrer"
>