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 ```