Docs

Install the Markshare CLI

Install Markshare from the terminal so markdown files can move toward shareable webpages without a CMS workflow.

Last updated: 2026-05-09

curl -sSL markshare.to/install.sh | bash
Short answer

Use the Markshare install command when you want a terminal-first markdown publishing workflow.

Before you start

Use this guide when your source content is already markdown and you want a terminal-first path toward a shareable webpage. Markshare is a fit for reports, launch notes, customer research summaries, technical notes, and other documents where opening a full CMS would be heavier than the job requires.

You need:

This page only documents the install command listed in ReScience Lab product facts. It does not invent additional flags, account flows, hosting limits, privacy guarantees, or publish commands.

Steps

  1. Open a terminal on the machine where you want to use Markshare.

  2. If your security policy requires review, inspect the remote script before running it. Remote shell scripts should be treated like any other executable dependency.

  3. Run the install command:

    curl -sSL markshare.to/install.sh | bash
  4. Open a new terminal session if the installer updates your shell path.

  5. Use the installed Markshare CLI, built-in help, or current Markshare product documentation for the latest publishing command and available options.

Verify it worked

A successful installation should make the Markshare command available in your shell. If the command is not found, restart the terminal, check your PATH, and review any messages printed by the installer.

Before publishing important content, test with a small markdown file. Confirm that headings, links, lists, code blocks, and emphasis render the way you expect.

When to use Markshare instead of a site page

Use Markshare when the artifact should be quick to publish and easy to share as its own page. Examples include research summaries, draft notes, internal updates, launch memos, lightweight docs, and AI-generated reports that need a readable link.

Use a pages-as-code workflow instead when the page should become part of your main website. Durable SEO pages usually need canonical URLs, schema, navigation, internal links, sitemap inclusion, and ongoing content QA. Markshare is the lighter path for standalone markdown publishing; Pagewell is the stronger path for repo-native site pages. If you are unsure, start by asking whether the document needs to rank, convert, and live in navigation. If yes, use the main site. If no, publish the standalone artifact.

Common issues

Sources

FAQ

What does this command install?

The verified ReScience Lab site command installs Markshare from markshare.to. This page does not invent additional flags or publish commands beyond the provided install command.

Should I inspect the script before running it?

Yes. If your shell or security policy requires review, inspect the install script source before running a remote script command.

What is Markshare for?

Markshare is for publishing markdown as webpages from the terminal. Use current Markshare help or product documentation for exact publish commands.

Next step

Publish markdown as webpages from the terminal.

Open Markshare