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 getting-started-guide.md #1666

Merged
merged 1 commit into from
Dec 4, 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
6 changes: 3 additions & 3 deletions docs/concepts/getting-started-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Because of that, we recommend following these steps, and reading the aforementio
5. Join the [Palo Alto Networks DFIR Slack community](https://start.paloaltonetworks.com/join-our-slack-community), and join the *#demisto-developers* channel.
6. If you consider publishing your content to [Cortex XSOAR Marketplace](https://cortex.marketplace.pan.dev/marketplace), read the [contribution article](../contributing/contributing) for additional info.
7. Obtain and install a copy of Cortex XSOAR.
If you are not a partner, you can obtain the Community Edition from [here](https://start.paloaltonetworks.com/sign-up-for-demisto-free-edition) for free.
Installation instructions are available [here](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.11/Cortex-XSOAR-Installation-Guide/Overview).

Installation instructions are available [here](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.13/Cortex-XSOAR-Installation-Guide/Overview).
8. If you are integrating with an external API, make sure you have API or SDK access to the product or solution you want to integrate with for testing purposes.
9. Sign up to the [Developer Newsletter](https://start.paloaltonetworks.com/cortex-xsoar-developer-newsletter.html) to receive technical updates on developing and contributing.

Expand Down Expand Up @@ -49,4 +49,4 @@ For a tutorial on how to set up a full development environment, refer to the [De
If you are using *Visual Studio Code* as your IDE, we have an official [Cortex XSOAR extension](https://marketplace.visualstudio.com/items?itemName=CortexXSOARext.xsoar) that will help you in your development process.

For more information, refer to the [Visual Studio Code extension](vscode-extension) article.
:::
:::
Loading