Use correct URL instead of dummy example

This commit is contained in:
Greg Shuflin 2025-02-03 01:21:42 -08:00
parent d1345f8c90
commit 10f6dfdf96

View File

@ -21,12 +21,12 @@ This project is packaged with Nix flakes. To install and run it:
2. Install the package:
```bash
nix profile install github:yourusername/rss-reader
nix profile install git+https://code.everydayimshuflin.com/greg/rss-reader
```
Or run it directly:
```bash
nix run github:yourusername/rss-reader -- -d /path/to/database.sqlite
nix run git+https://code.everydayimshuflin.com/greg/rss-reader -- -d /path/to/database.sqlite
```
### Development
@ -35,7 +35,7 @@ To set up a development environment:
1. Clone the repository:
```bash
git clone https://github.com/yourusername/rss-reader.git
git clone https://code.everydayimshuflin.com/greg/rss-reader.git
cd rss-reader
```