Skip to content
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
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@

<p align="center">
<a href="#quick-start">Quick Start</a>
·
|
<a href="#features">Features</a>
·
|
<a href="#tech-stack">Tech Stack</a>
·
|
<a href="#pointeride-repositories">PointerIDE Repos</a>
|
<a href="#builds">Builds</a>
·
|
<a href="#documentation">Docs</a>
</p>

Expand Down Expand Up @@ -108,6 +110,16 @@ Pointer is **not** an official Microsoft product, is **not** Microsoft-signed, a
| `run/` | Human-friendly Windows entrypoints |
| `docs/` | Pointer project, stack, and release documentation |

## PointerIDE Repositories

| Repository | Description |
|---|---|
| [Pointer](https://github.com/PointerIDE/Pointer) | Main IDE |
| [PointerAssets](https://github.com/PointerIDE/PointerAssets) | Brand and media assets |
| [PointerDeprecated](https://github.com/PointerIDE/PointerDeprecated) | Legacy desktop app and CLI |
| [PointerDiscordBot](https://github.com/PointerIDE/PointerDiscordBot) | Discord bots |
| [PointerWebsite](https://github.com/PointerIDE/PointerWebsite) | Marketing and documentation site |

## Builds

Release output is written to `.build\artifacts\`.
Expand Down
Loading