Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2-Install Options.md #1144

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/1-Getting started/2-Install Options.md
Original file line number Diff line number Diff line change
@@ -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!)
Expand All @@ -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.
Loading