docs: Updated npm readme
[ci skip]
This commit is contained in:
		@@ -1,6 +1,4 @@
 | 
				
			|||||||
<a href="https://github.com/Requarks/wiki">
 | 
					
 | 
				
			||||||
    <img src="https://raw.githubusercontent.com/Requarks/wiki/master/assets/favicons/favicon-96x96.png" alt="Wiki.js" title="Wiki.js" align="right" />
 | 
					 | 
				
			||||||
</a>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Wiki.js
 | 
					# Wiki.js
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -8,19 +6,21 @@
 | 
				
			|||||||
[](https://github.com/Requarks/wiki/releases)
 | 
					[](https://github.com/Requarks/wiki/releases)
 | 
				
			||||||
[](https://github.com/requarks/wiki/blob/master/LICENSE)
 | 
					[](https://github.com/requarks/wiki/blob/master/LICENSE)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This npm package is an installer for Wiki.js. For information about Wiki.js, including detailed installation steps, read the following links:
 | 
					This npm package is an installer for Wiki.js.  
 | 
				
			||||||
 | 
					For information about Wiki.js, including detailed installation steps, read the following links:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [Official Website](https://wiki.requarks.io/)
 | 
					- [Official Website](https://wiki.js.org/)
 | 
				
			||||||
- [Installation Guide](https://wiki.requarks.io/get-started.html)
 | 
					- [Installation Guide](https://wiki.js.org/get-started.html)
 | 
				
			||||||
- [GitHub Repository](https://github.com/Requarks/wiki)
 | 
					- [GitHub Repository](https://github.com/Requarks/wiki)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Install Wiki.js
 | 
					### Install Wiki.js
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Create an empty folder where Wiki.js will run.
 | 
					1. Make sure you meet all [prerequisites](https://docs.requarks.io/wiki/prerequisites).
 | 
				
			||||||
2. Launch a terminal / command prompt inside this newly created folder.
 | 
					2. Create an empty folder where Wiki.js will run.
 | 
				
			||||||
3. Run the command: `npm install wiki.js@latest`
 | 
					3. Launch a terminal / command prompt inside this newly created folder.
 | 
				
			||||||
4. Wait for the installation process to complete. This may take several minutes.
 | 
					4. Run the command: `npm install wiki.js@latest`
 | 
				
			||||||
5. You'll be prompted to run the configuration wizard to finish the installation.
 | 
					5. Wait for the installation process to complete. This may take several minutes.
 | 
				
			||||||
 | 
					6. You'll be prompted to run the configuration wizard to finish the installation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The configuration wizard can also be run manually using: `node wiki configure [port]`  
 | 
					The configuration wizard can also be run manually using: `node wiki configure [port]`  
 | 
				
			||||||
To start Wiki.js manually, run the command: `node wiki start`
 | 
					To start Wiki.js manually, run the command: `node wiki start`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user