Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Bundle a README

Sysand Index presents a bundled README.md as the project README on the project page. Use it to describe what the project is, what it contains, and what users should know before using it.

When you run sysand build, a README.md file located next to the .project.json and .meta.json files are automatically packaged with the built .kpar file.

project-directory/
  .project.json
  .meta.json
  README.md

README.md files are expected to contain Markdown. See Markdown support for the supported Markdown syntax.

What to Include

The README is the first thing visitors see on the project page, and it is the piece of documentation users are most likely to read before deciding whether to depend on your package. Use it to explain how to get started, walk through how the package is structured, and share anything else users should know.

Most package READMEs benefit from covering:

Tips