Skip to content

Commit d534ec5

Browse files
author
David Grieve
authored
Merge pull request #103 from johnoliver/fix-build-docs
Update build docs for new repository
2 parents 61219b5 + b5a05bd commit d534ec5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

BUILD.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ To build the Semantic Kernel for Java, you will need:
3636

3737
1. Clone this repository
3838

39-
git clone -b java-v1 https://github.com/microsoft/semantic-kernel/
39+
git clone https://github.com/microsoft/semantic-kernel-java
4040

4141
2. Build the project with the Maven Wrapper
4242

43-
cd semantic-kernel/java
43+
cd semantic-kernel
4444
./mvnw install
4545

4646
3. (Optional) To run a FULL build including static analysis and end-to-end tests that might require a valid OpenAI key,
@@ -104,8 +104,7 @@ Also ensure that:
104104
- All new code is covered by unit tests
105105
- All new code is covered by integration tests
106106

107-
Once your proposal is ready, submit a pull request to the `java-v1` branch. The pull request will be reviewed by the
108-
project maintainers.
107+
Once your proposal is ready, submit a pull request. The pull request will be reviewed by the project maintainers.
109108

110109
Make sure your pull request has an objective title and a clear description explaining the problem and solution.
111110

0 commit comments

Comments
 (0)