diff --git a/docs/1-Getting started/2-Install Options.md b/docs/1-Getting started/2-Install Options.md index 74454689134b..02f14295eb8e 100644 --- a/docs/1-Getting started/2-Install Options.md +++ b/docs/1-Getting started/2-Install Options.md @@ -1,6 +1,6 @@ # Install Options -You will be prompted to choose an option when you run `AGiXT.ps1`. If you're not actively developing on the AGiXT platform, I recommend choosing option 1. The other options are unsupported and may break at any time as they use the development branch of AGiXT. +After the environment setup is complete, the main screen comes up. You will be prompted to choose an option when you run `AGiXT.ps1`. If you're not actively developing on the AGiXT platform, I recommend choosing option 1. The other options are unsupported and may break at any time as they use the development branch of AGiXT. ```bash 1. Run AGiXT (Stable - Recommended!) @@ -15,4 +15,4 @@ Enter your choice: 2. **Run AGiXT (Development)** - This option is like option 1, except it pulls from the main branch instead of the latest release version of AGiXT. This is not recommended or supported due to it being unstable and may break at any time. 3. **Run AGiXT Back End Only (Development)** - - This option is like option 2, except it only runs the back end of AGiXT from the main branch. + - This option is like option 2, except it only runs the backend of AGiXT from the main branch.