mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-10-30 23:02:25 -05:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
					parent
					
						
							
								3d64a3a076
							
						
					
				
			
			
				commit
				
					
						ed314a5128
					
				
			
		
					 1 changed files with 8 additions and 5 deletions
				
			
		
							
								
								
									
										13
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
										
									
									
									
								
							|  | @ -8,17 +8,20 @@ Reference example for using [decky-frontend-lib](https://github.com/SteamDeckHom | |||
| 
 | ||||
| ### Dependencies | ||||
| 
 | ||||
| This template relies on the user having Node.js v16.14+ and `pnpm` (v8+) installed on their system.   | ||||
| pnpm can be downloaded from `npm` itself which is recommended.  | ||||
| 
 | ||||
| If you would like to build plugins that have their own custom backends, Docker is required as it is used by the Decky CLI tool. | ||||
| This template relies on the user having Node.js v16.14+ and `pnpm` (v8.5.1) installed on their system.   | ||||
| Please make sure to install pnpm v8.5.1 to prevent issues with CI during plugin submission.   | ||||
| `pnpm` can be downloaded from `npm` itself which is recommended. | ||||
| 
 | ||||
| #### Linux | ||||
| 
 | ||||
| ```bash | ||||
| sudo npm i -g pnpm | ||||
| sudo npm i -g pnpm@8.5.1 | ||||
| ``` | ||||
| 
 | ||||
| If you would like to build plugins that have their own custom backends, Docker is required as it is used by the Decky CLI tool. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Making your own plugin | ||||
| 
 | ||||
| If you use VSCode or it's derivatives (we suggest [VSCodium](https://vscodium.com/)!) just run the `setup` and `build` tasks. It's really that simple. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue