mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									6af69bf136
								
							
						
					
					
						commit
						ef8f624ad8
					
				
					 1 changed files with 14 additions and 4 deletions
				
			
		
							
								
								
									
										18
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -82,14 +82,24 @@ Note that `$(pwd)` is the working directory.
 | 
			
		|||
 | 
			
		||||
Install
 | 
			
		||||
--------------------------------
 | 
			
		||||
Run `wget https://github.com/syuilo/misskey/archive/release.zip && unzip release.zip && rm release.zip && cd misskey-release && cp -rf * .. && rm -rf * && cd ../ && rm -rf misskey-release && npm install`
 | 
			
		||||
### Using built code
 | 
			
		||||
1. `git clone -b release git://github.com/syuilo/misskey.git`
 | 
			
		||||
2. `npm install`
 | 
			
		||||
 | 
			
		||||
...or Build yourself
 | 
			
		||||
--------------------------------
 | 
			
		||||
1. Clone this repository
 | 
			
		||||
#### Update
 | 
			
		||||
1. `git fetch`
 | 
			
		||||
2. `git reset --hard origin/release`
 | 
			
		||||
3. `npm install`
 | 
			
		||||
 | 
			
		||||
### Using source code
 | 
			
		||||
1. `git clone -b master git://github.com/syuilo/misskey.git`
 | 
			
		||||
2. `npm install`
 | 
			
		||||
3. `npm run build`
 | 
			
		||||
 | 
			
		||||
#### Update
 | 
			
		||||
1. `git pull origin master`
 | 
			
		||||
2. `npm install`
 | 
			
		||||
 | 
			
		||||
Launch
 | 
			
		||||
--------------------------------
 | 
			
		||||
`sudo npm start`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue