File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,21 @@ To add your own or share your own interpeded language please do the following:
123123***
124124
125125## Installation
126- 1 . Download and take out the ** WebServerAI** folder from the _ WebServerAI_Master_ folder.
127- 2 . Place the folder in the ** ROOT** directory to allow all folders to be accessed.
128- 3 . Go to an project to work with and enter the following instructions to enable it.
126+ 1 . NPM installation
127+ To use thew NPM installation type
128+ ``` js
129+ npm i webserverai
130+ ```
131+
132+ or
133+
134+ ``` js
135+ npm install webserverai
136+ ```
137+ 2 . Regular download
138+ 1 . Download and take out the ** WebServerAI** folder from the _ WebServerAI_Master_ folder.
139+ 2 . Place the folder in the ** ROOT** directory to allow all folders to be accessed.
140+ 3 . Go to an project to work with and enter the following instructions to enable it.
129141
130142### How to enable the AI
131143In your _ INIT (Inital)_ ` JavaScript ` file. You must enter enter this
You can’t perform that action at this time.
0 commit comments