recover hidden text due to MD033/no-inline-html: Inline HTML [Element: repo]

pull/22/head
David Ordás 2022-04-30 19:28:23 +02:00
parent 0eba6fee31
commit 891fce7250
No known key found for this signature in database
GPG Key ID: 6FD751229911593E
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ MAKE SURE YOU HAVE COMPLETED THE INSTALLATION STEPS FIRST!
1. First, make sure that you the local folder containing the files has a remote configured called "origin". 1. First, make sure that you the local folder containing the files has a remote configured called "origin".
1. If you aren't sure, navigate to the folder using Git (type "cd", then drag and drop folder in to Git command line.). 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`. 2. Type `git init`.
3. Type `git remote add origin <repo url>`, replacing <repo url> with the url of your github repository. 3. Type `git remote add origin <repo url>`, replacing `<repo url>` with the url of your github repository.
2. Now, run `npm install -g gh-pages`. 2. Now, run `npm install -g gh-pages`.
3. Run `npm run deploy`. 3. Run `npm run deploy`.
4. This should deploy your code to "https:yourusername.github.io/free-programming-books-search/". 4. This should deploy your code to "https:yourusername.github.io/free-programming-books-search/".