From fa0eaeef73be37b3f19e5fce91fd883e11c20591 Mon Sep 17 00:00:00 2001 From: David Tippett Date: Fri, 17 Jun 2022 15:18:33 -0400 Subject: [PATCH] Switching nav to bulleted list Signed-off-by: David Tippett --- DEVELOPING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index d4f1b37..cf98565 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -1,11 +1,11 @@ # CasaOS Development Here we will describe the steps required to setup a development with CasaOS. -── [Setting up development environment](#setting-up-development-environment) - ├── [Pre-requisites](#pre-requisites) - ├── [1. Fork the Repo](#1.-fork-the-repo) - ├── [2. Clone the repo down](#2.-clone-the-repo-down) - └── [3. Install dependencies](#3.-install-dependencies) +- [Setting up development environment](#setting-up-development-environment) + - [Pre-requisites](#pre-requisites) + - [1. Fork the Repo](#1.-fork-the-repo) + - [2. Clone the repo down](#2.-clone-the-repo-down) + - [3. Install dependencies](#3.-install-dependencies) ## Setting up a development environment