mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
I have made documentation for Nestri, so everybody easy can find instructions to get started. It will also make it easier for people to help contribute to the documentation. The documentation is built with Nuxt3, [Docus ](https://github.com/nuxt-themes) which uses Nuxt Content.  
31 lines
556 B
Markdown
31 lines
556 B
Markdown
# Getting Started
|
|
|
|
::alert{type="danger"}
|
|
Nestri is in a **very early-beta phase**, so errors and bugs may occur.
|
|
::
|
|
<!--
|
|
Nestri Node is easy to install using the provided installation script. Follow the steps below to get started.
|
|
|
|
## Installation
|
|
|
|
1. Download the installation script using `wget`:
|
|
|
|
```bash
|
|
wget https://github.com/nestriness/nestri/nestri-node-install.sh
|
|
|
|
```
|
|
|
|
2. Make the script executable:
|
|
```bash
|
|
chmod +x nestri-node-install.sh
|
|
|
|
|
|
```
|
|
3. Run the script to start the installation process:
|
|
```bash
|
|
./nestri-node-install.sh
|
|
```
|
|
::-->
|
|
|
|
|