Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Peppermint-Lab/peppermint
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 4, 2024
2 parents 13e2dfd + 0caf373 commit c45eac9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ [email protected]
## One click installers

- We are now on linode marketplace we can be viewed here <a href="https://www.linode.com/marketplace/apps/peppermint-lab/peppermint/">here</a>
- We have a one line installer for Ubuntu and Debian (for the moment) and can be viewed here <a href="https://spearmint.sh/">here</a>

## Documentation

Expand Down
5 changes: 5 additions & 0 deletions apps/docs/pages/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export default {
type: "separator",
title: "Guides",
},
installer: "Easy Installer with Spearmint",
"--- Guides": {
type: "separator",
title: "Guides",
},
proxy: "Proxy",
"--- Configuration": {
type: "separator",
Expand Down
15 changes: 15 additions & 0 deletions apps/docs/pages/installer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Easy Installer

Welcome to the Easy Installer page! This tool, known as **Spearmint**, is designed to simplify your setup process.

## What is Spearmint?

[Spearmint](https://spearmint.sh/) is a streamlined installer created by the talented developer [Sydney, also known as sydmae on Discord](https://syd.gg/). This tool is built with user-friendliness in mind and aims to make installations more accessible.

> **Note:** The Spearmint installer may occasionally be out of date or experience issues. While **Peppermint** supports and endorses this tool, we cannot guarantee its full functionality or safety. Use it at your own discretion, and remember to exercise caution during installation.
---

## Official Installation Method

For the official method of installing Peppermint, please refer to the [Docker install page](https://docs.peppermint.sh/docker). This page provides a reliable and maintained guide to ensure a stable installation of Peppermint.
2 changes: 1 addition & 1 deletion apps/site/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function Home() {
<span className="rounded-full bg-indigo-500/10 px-3 py-1 text-sm font-semibold leading-6 text-indigo-400 ring-1 ring-inset ring-indigo-500/20">
What's new -
<span className="ml-1 inline-flex items-center space-x-2 text-sm font-medium leading-6 ">
<span>Version 0.4.5 is live! 🚀</span>
<span>Version 0.5.3 is live! 🚀</span>
<ChevronRightIcon
className="h-5 w-5 text-gray-500"
aria-hidden="true"
Expand Down

0 comments on commit c45eac9

Please sign in to comment.