File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ installed on your machine. As of April 19th, 2024 the team has been testing with
38
38
To download Node.js visit https://nodejs.org/en/download/ .
39
39
40
40
_ NOTE: You can use a tool like [ ` NVM ` ] ( https://github.com/creationix/nvm )
41
- or [ ` N ` ] ( https://github.com/tj/n ) to install and manage multiple node versions_
41
+ or [ ` N ` ] ( https://github.com/tj/n ) to install and manage multiple Node versions_
42
42
43
43
#### Yarn
44
44
@@ -54,7 +54,7 @@ $ yarn set version 1.22.11
54
54
55
55
#### Java
56
56
57
- The closure compiler requires a modern Java installation. Java 11+ should be installed: https://www.oracle.com/java/technologies/downloads/#java11
57
+ The Closure Compiler requires a modern Java installation. Java 11+ should be installed: https://www.oracle.com/java/technologies/downloads/#java11
58
58
59
59
#### Verify Prerequisites
60
60
84
84
```
85
85
86
86
Once you have installed all the dependencies, you can build the entire SDK by
87
- running the following command the root of the SDK:
87
+ running the following command at the root of the SDK:
88
88
89
89
``` bash
90
90
$ yarn build
You can’t perform that action at this time.
0 commit comments