@eshanized updated the website 🎉 !!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-10 12:32:57 +05:30
parent b0cfd79e1b
commit f303156912
12 changed files with 299 additions and 212 deletions

View File

@@ -1,7 +1,7 @@
---
sidebar_position: 1
---
# Build Snigdha OS
# Build From Source
## Overview
Building **Snigdha OS** from the source code is very easy. In this documentation, I am going to guide you on how to build **Snigdha OS** from the source. And customizing it.

View File

@@ -14,7 +14,7 @@ Using `PKGBUILD` scripts provides a standardized and reproducible way to create
## A simple PKGBUILD
Writing a `PKGBUILD` for Arch Linux and Snigdha OS involves several key steps. Below is a basic example of a `PKGBUILD` for a fictitious application called "exampleapp." This example assumes that "exampleapp" is a simple Python application with a `setup.py` file for installation.
```bash
```PKGBUILD
# Maintainer: Your Name <your_email@example.com>
pkgname=exampleapp
pkgver=1.0