mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 19:58:21 +08:00 
			
		
		
		
	Merge pull request #11 from pnpm/zkochan-patch-1
docs(readme): PNPM=>pnpm
This commit is contained in:
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							@@ -1,16 +1,16 @@
 | 
				
			|||||||
# Setup PNPM
 | 
					# Setup pnpm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Install PNPM package manager.
 | 
					Install pnpm package manager.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Inputs
 | 
					## Inputs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### `version`
 | 
					### `version`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Required** Version of PNPM to install.
 | 
					**Required** Version of pnpm to install.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### `dest`
 | 
					### `dest`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Optional** Where to store PNPM files.
 | 
					**Optional** Where to store pnpm files.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### `run_install`
 | 
					### `run_install`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -46,7 +46,7 @@ Location of `pnpm` and `pnpx` command.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Usage example
 | 
					## Usage example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Just install PNPM
 | 
					### Just install pnpm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
@@ -62,7 +62,7 @@ jobs:
 | 
				
			|||||||
        version: 5.17.2
 | 
					        version: 5.17.2
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Install PNPM and a few NPM packages
 | 
					### Install pnpm and a few npm packages
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user