From b5a05bd2c013a0bac5ed51128de11d8cce56f853 Mon Sep 17 00:00:00 2001 From: John Oliver <1615532+johnoliver@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:46:56 +0100 Subject: [PATCH] Update build docs for new repository --- BUILD.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/BUILD.md b/BUILD.md index 7c45218d..bc0c61ce 100644 --- a/BUILD.md +++ b/BUILD.md @@ -36,11 +36,11 @@ To build the Semantic Kernel for Java, you will need: 1. Clone this repository - git clone -b java-v1 https://github.com/microsoft/semantic-kernel/ + git clone https://github.com/microsoft/semantic-kernel-java 2. Build the project with the Maven Wrapper - cd semantic-kernel/java + cd semantic-kernel ./mvnw install 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: - All new code is covered by unit tests - All new code is covered by integration tests -Once your proposal is ready, submit a pull request to the `java-v1` branch. The pull request will be reviewed by the -project maintainers. +Once your proposal is ready, submit a pull request. The pull request will be reviewed by the project maintainers. Make sure your pull request has an objective title and a clear description explaining the problem and solution.