Skip to content

Commit 22c2526

Browse files
Update BUILD.md (#225)
1 parent 9f958e4 commit 22c2526

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BUILD.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
5-
Copyright (c) 2023, Oracle and/or its affiliates.
5+
Copyright (c) 2023, 2024, Oracle and/or its affiliates.
66
77
Licensed to the Apache Software Foundation (ASF) under one
88
or more contributor license agreements. See the NOTICE file
@@ -30,20 +30,20 @@
3030
- JDK, version 11 or later upto JDK 22
3131
- Ant, latest version
3232
- Maven, latest version
33-
- node.js, latest LTS (to build VSIX)
33+
- Node.js, latest LTS (to build VSIX)
3434

35-
36-
## Fetching and building netbeans code
35+
## Fetching and building the code
3736

3837
```bash
38+
$ git clone https://github.com/oracle/javavscode.git
39+
$ cd javavscode/
3940
$ git clone https://github.com/apache/netbeans.git
4041
$ cd netbeans/
4142
$ git checkout 22
4243
$ cd ..
4344
# the following target requires git executable to be on PATH:
4445
$ ant apply-patches
4546
$ ant build-netbeans
46-
4747
```
4848

4949
## Building VS Code extension

0 commit comments

Comments
 (0)