Skip to content

Commit f8d8abc

Browse files
author
William Troup
committed
Added install instructions into the main README files.
1 parent f5f9cbf commit f8d8abc

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,21 @@ Syntax.js
3636
<br />
3737
<br />
3838

39+
3940
<h1>What browsers are supported?</h1>
4041

4142
All modern browsers (such as Google Chrome, FireFox, and Opera) are fully supported.
4243
<br>
4344
<br>
4445

46+
4547
<h1>What are the most recent changes?</h1>
4648

4749
To see a list of all the most recent changes, click [here](https://www.william-troup.com/syntax-js/documentation/recent-changes.html).
4850
<br>
4951
<br>
5052

53+
5154
<h1>What languages are supported by default?</h1>
5255

5356
- Bash
@@ -80,6 +83,20 @@ To see a list of all the most recent changes, click [here](https://www.william-t
8083
<br>
8184
<br>
8285

86+
87+
<h1>How do I install Syntax.js?</h1>
88+
89+
You can install the library with npm into your local modules directory using the following command:
90+
91+
```markdown
92+
npm install jsyntax.js
93+
```
94+
95+
Or, you can download the latest zipped up version [here](https://www.william-troup.com/syntax-js/download.html).
96+
<br>
97+
<br>
98+
99+
83100
<h1>How do I get started?</h1>
84101

85102
To get started using Syntax.js, do the following steps:

README_NUGET.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@ To see a list of all the most recent changes, click [here](https://www.william-t
6767
- Visual Basic
6868

6969

70+
## How do I install Syntax.js?
71+
72+
You can install the library with npm into your local modules directory using the following command:
73+
74+
```markdown
75+
npm install jsyntax.js
76+
```
77+
78+
Or, you can download the latest zipped up version [here](https://www.william-troup.com/syntax-js/download.html).
79+
80+
7081
## How do I get started?
7182

7283
To get started using Syntax.js, do the following steps:

docs/CHANGE_LOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Minor updates to the documentation.
66
- Added a new ":root" variable called "--syntax-js-default-font" (specifies the default font).
77
- Fixed the "journey.js.nuspec" file including the ".github" folder when NuGet PACK is called.
8+
- Added install instructions into the main README files.
89

910
<br>
1011

0 commit comments

Comments
 (0)