Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 807 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 807 Bytes

Theme Setup and Management Guide

This guide provides instructions for setting up the elite theme.

Table of Contents

  1. Project Setup
  2. Updating a Theme

Project Setup

To get started with the project, follow these steps:

  1. Fork the elite repository:

    git clone <your forked github repo url>
  2. Go to folder elite

    cd elite
  3. Install this theme

    /bin/bash install-theme.sh

Updating a Theme

If you made any changes to your theme make sure to update it.

  1. To update the theme, go to elite folder

    cd elite
  2. Run the following command.

    /bin/bash update-theme.sh

NOTE - DO NOT MANUALLY UPDATE ANY FILE IN THEMES FOLDER MANUALLY