Skip to content

Commit

Permalink
Fix formating issues on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aidandriscoll authored Mar 8, 2023
1 parent 3b6781f commit f1bb88d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ To see changes you make rendered on a local website, follow the instructions bel
1. Clone the repository to your local machine.
2. Make sure Node.js and NPM are installed.
3. Make sure retype is installed globally on your machine.

a. To do this, run the following command in your terminal: `npm install retypeapp --global`
b. Winodws: you may need to change your PowerShell script running permissions to run unsigned code

b. Windows: You may need to change your PowerShell script running permissions to run unsigned code.


4. In the directory you cloned the repo to, run the following command: `retype watch`
5. A web browser will open up and you can view the wiki. Any changes made to local files will be visible in the browser.

Expand Down

0 comments on commit f1bb88d

Please sign in to comment.