From fde1d49214ff79611d15bd3014296e801e16631d Mon Sep 17 00:00:00 2001 From: Kelly Kostopoulou Date: Tue, 8 Oct 2024 15:19:04 -0400 Subject: [PATCH] Update README.md --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index 353ce8f..d933bf8 100644 --- a/demo/README.md +++ b/demo/README.md @@ -8,7 +8,7 @@ 1. If it's not yet installed on your machine, install [node.js](https://nodejs.org/en/download/). Install using this: https://deb.nodesource.com/ and try >=v20 2. Install the latest Firebase CLI by running the following in your terminal: `npm install -g firebase-tools`. The version known to work with this README.md is 13.3.0. -3. In your terminal, run `git clone https://github.com/columbia/adsprivate.git && cd adsprivate/demo`. +3. In your terminal, run `git clone https://github.com/columbia/cookiemonster.git && cd cookiemonster/demo`. 4. In your terminal, run `npm install && cd functions && npm install && cd ..`. This command will install all the required dependencies for you to locally run the `attribution-reporting` demo. ### Run locally