From 502d4a11989a30967fc3ac7599f9a305768c2231 Mon Sep 17 00:00:00 2001 From: Marc F <8562443+marcNY@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:44:46 +0000 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix starter script: Add missing ‘cd’ command to navigate to ‘eliza-starter’ directory --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ad9ae072231..617e93f9e90 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,8 @@ ```bash git clone https://github.com/ai16z/eliza-starter.git - +cd eliza-starter cp .env.example .env - pnpm i && pnpm build && pnpm start ```