diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-27 09:06:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-27 09:11:32 +0100 |
| commit | 5f12929a80c6cc03bff075be7e1b8dc74cd0f2c4 (patch) | |
| tree | 012d939cde8a7e0b9cfa5e2214c14eedb57c5f01 /README.md | |
| parent | c32f2d094de351d04b158758e0cb7f45b14b00b6 (diff) | |
[FEAT] frameworks: Update frameworks code, adding new `libSocket` framework.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,9 +5,9 @@ <a href="LICENSE"><img src="https://img.shields.io/badge/LICENSE-Apache--2.0-blue.svg" alt="License"></a>  -# About: +## About: -An OS that aims to provide an alternative for backend systems. (Edge Computing, Storage Systems, etc.) made to be easily deployable and forkable as well. +An OS that aims to provide an alternative for backend systems. (Edge Compute, Web Servers, Backend Servers, Storage Systems, etc.) made to be easily deployable and forkable as well. ## Getting Started: @@ -27,17 +27,17 @@ Please follow the the tutorials in `/src/reference` to get started. curl -fsSL http://install.nekernel.org | sh ``` -### Full installation: +### Full Installation: Please clone the repository using Git: ```sh -git clone --recurse-submodules -j8 git@github.com:ne-foss-org/ne_system.git +git clone --recurse-submodules -j8 git@github.com:ne-foss-org/ne-system.git ``` And have a look at the wiki, docs, and primers. They have valuable resources to get started. -## Read the primers! +## Primers: The primers are available at: |
