From 6f3b592070be8cbfe89f12e265ea5e55f0ad6fe6 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Sun, 28 Apr 2024 20:20:40 -0700 Subject: [PATCH] Remove shell prompt --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c739933..b0ed4aa 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,20 @@ Clone the repository and run: -```console -$ npm install +```sh +npm install ``` Then run `npm start` to launch the development server: -```console -$ npm start +```sh +npm start ``` Build the production version of the app with `npm run build`: -```console -$ npm run build +```sh +npm run build ``` You will also need to clone the [t2-skins](https://github.com/exogen/t2-skins)