From 10f6dfdf963f2a8679ca7cccfa98619a7de5410d Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 3 Feb 2025 01:21:42 -0800 Subject: [PATCH] Use correct URL instead of dummy example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f0bb58..05981cb 100644 --- a/README.md +++ b/README.md @@ -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 ```