From 01aac494dd052b147f53857b471788b178aa8188 Mon Sep 17 00:00:00 2001 From: Nasiru Mustapha <34660309+mrteey@users.noreply.github.com> Date: Wed, 10 May 2023 19:09:34 +0100 Subject: [PATCH] Update README.md (#991) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 721b03cb9..8697f3c2a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Pynecone requires the following to get started: - [Node.js 16.6.0+](https://nodejs.org/en/) (Don't worry, you won’t have to write any JavaScript!) ``` -$ pip install pynecone +pip install pynecone ``` ## 🥳 2. Create your first app @@ -32,9 +32,9 @@ Installing Pynecone also installs the `pc` command line tool. Test that the inst Replace my_app_name with your project name: ``` -$ mkdir my_app_name -$ cd my_app_name -$ pc init +mkdir my_app_name +cd my_app_name +pc init ``` When you run this command for the first time, we will download and install [bun](https://bun.sh/) automatically. @@ -46,7 +46,7 @@ This command initializes a template app in your new directory. You can run this app in development mode: ``` -$ pc run +pc run ``` You should see your app running at http://localhost:3000.