From 7fe2259b244d38e5f8405721d2d1a8979aaac151 Mon Sep 17 00:00:00 2001 From: leo ouyang Date: Thu, 21 Apr 2022 20:57:03 -0400 Subject: [PATCH] updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be9a7f5..d6a43e2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ free-programming-books](https://ebookfoundation.github.io/free-programming-books ## Installation ### NPM Installation -1. Make sure you have [Node.js](https://nodejs.org/en/) installed. If you already do, skip to [Running the Website](#running-the-website.) +1. Make sure you have [Node.js](https://nodejs.org/en/) installed. If you already do, skip to [Running the Website](#running-the-website) 2. Otherwise, download the LTS installer from [Node.js](https://nodejs.org/en/) website. 3. Follow the instructions of the installer, make sure npm is listed as a package to be installed. 4. Click Install. @@ -31,9 +31,9 @@ free-programming-books](https://ebookfoundation.github.io/free-programming-books ## Deployment 1. First, make sure that you the local folder containing the files has a remote configured called "origin". -a. If you aren't sure, navigate to the folder using Git (type "cd", then drag and drop folder in to Git command line.). -b. Type `git init` -c. Type `git remote add origin `,replacing with the url of your github repository. +1. If you aren't sure, navigate to the folder using Git (type "cd", then drag and drop folder in to Git command line.). +2. Type `git init` +3. Type `git remote add origin `,replacing with the url of your github repository. 2. Now, run `npm run deploy`. 3. This should deploy your code to "https:.github.io/free-programming-books-search/" \ No newline at end of file