Cover multiple cases
This commit is contained in:
		
							parent
							
								
									2752319e50
								
							
						
					
					
						commit
						8d78ee08c1
					
				
					 1 changed files with 10 additions and 3 deletions
				
			
		|  | @ -48,12 +48,19 @@ You need to generate config file via `npm run config` command. | |||
| *5.* Build Misskey | ||||
| ---------------------------------------------------------------- | ||||
| 
 | ||||
| If you're on Debian, you will need to install the `build-essential` package. | ||||
| 
 | ||||
| Then build misskey: | ||||
| Build misskey with the following: | ||||
| 
 | ||||
| `npm run build` | ||||
| 
 | ||||
| If you're on Debian, you will need to install the `build-essential` package. | ||||
| 
 | ||||
| If you're still encountering errors about some modules, use node-gyp: | ||||
| 
 | ||||
| 1. `npm install -g node-gyp` | ||||
| 2. `node-gyp configure` | ||||
| 3. `node-gyp build` | ||||
| 4. `npm run build` | ||||
| 
 | ||||
| *6.* That is it. | ||||
| ---------------------------------------------------------------- | ||||
| Well done! Now, you have an environment that run to Misskey. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue