Skip to content

Commit

Permalink
Add ToC to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adeelkazmi authored Sep 13, 2019
1 parent f0711f5 commit 57f802d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# NUI Demo
This repository contains demos that use the NUI library.

## Table of Contents
* [Pre-requisites](#pre-requisites)
* [Building](#building)
* [All Examples](#all-examples)
* [Individual Examples](#individual-examples)
* [Running](#running)

## Pre-requisites
Ensure all DALi, tizenfx-stub and TizenFX repos have been built and installed.

## Building

### All Examples
```bash
./build.sh
```

### Individual Examples
```bash
cd <<example>>
Expand Down

0 comments on commit 57f802d

Please sign in to comment.