doc review (yarn now runs automatically)
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							@@ -1,8 +1,8 @@
 | 
				
			|||||||
# Try Out Development Containers: Node.js
 | 
					# Try Out Development Containers: Node.js
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is a sample project to go along with the "try" quick start for the **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)** extension.
 | 
					This is a sample project to go along with the "Try a dev container" quick start for the **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)** extension.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**If you aren't already following the quick start, [see here](#setting-up-the-development-container).**
 | 
					**If you aren't already following the quick start, [see below](#setting-up-the-development-container).**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Things to try
 | 
					## Things to try
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -10,13 +10,10 @@ One you have this sample opened in a container, you'll be able to work with it l
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Some things to try:
 | 
					Some things to try:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. **Use a Terminal run a command:**
 | 
					1. **Edit:**
 | 
				
			||||||
   1. Press <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>\`</kbd> to open a terminal window
 | 
					 | 
				
			||||||
   2. Type `yarn install`
 | 
					 | 
				
			||||||
   3. The command will run even if you don't have yarn installed locally!
 | 
					 | 
				
			||||||
2. **Edit:**
 | 
					 | 
				
			||||||
   1. Open `server.js`
 | 
					   1. Open `server.js`
 | 
				
			||||||
   2. Try adding some code and check out the language features.
 | 
					   2. Try adding some code and check out the language features.
 | 
				
			||||||
 | 
					2. **Terminal:** Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>\`</kbd> and type `uname` and other Linux commands from the terminal window.
 | 
				
			||||||
3. **Build, Run, and Debug:**
 | 
					3. **Build, Run, and Debug:**
 | 
				
			||||||
   1. Open `server.js`
 | 
					   1. Open `server.js`
 | 
				
			||||||
   2. Add a breakpoint (e.g. on line 20).
 | 
					   2. Add a breakpoint (e.g. on line 20).
 | 
				
			||||||
@@ -36,7 +33,7 @@ Some things to try:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Follow these steps to open this sample in a container:
 | 
					Follow these steps to open this sample in a container:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to get set up.
 | 
					1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2. If you're not yet in a development container:
 | 
					2. If you're not yet in a development container:
 | 
				
			||||||
   1. Clone this repository.
 | 
					   1. Clone this repository.
 | 
				
			||||||
@@ -60,5 +57,5 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Copyright © Microsoft Corporation All rights reserved.<br />
 | 
					Copyright <EFBFBD> Microsoft Corporation All rights reserved.<br />
 | 
				
			||||||
Licensed under the MIT License. See LICENSE in the project root for license information.
 | 
					Licensed under the MIT License. See LICENSE in the project root for license information.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user