Skip to content

Commit 9548184

Browse files
committed
update README
1 parent 49477b6 commit 9548184

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Fuselibs
2-
[![Travis CI Build Status](https://travis-ci.org/fuse-open/fuselibs.svg?branch=master)](https://travis-ci.org/fuse-open/fuselibs)
3-
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/an47qhe561v31jga/branch/master?svg=true)](https://ci.appveyor.com/project/fusetools/fuselibs-public/branch/master)
4-
[![license: MIT](https://img.shields.io/github/license/fuse-open/fuselibs.svg)](LICENSE.txt)
5-
[![Slack](https://img.shields.io/badge/chat-on%20slack-blue.svg)](https://slackcommunity.fusetools.com/)
2+
3+
[![AppVeyor build status](https://img.shields.io/appveyor/ci/fusetools/fuselibs-public/master.svg?logo=appveyor&logoColor=silver&style=flat-square)](https://ci.appveyor.com/project/fusetools/fuselibs-public/branch/master)
4+
[![Travis CI build status](https://img.shields.io/travis/fuse-open/fuselibs/master.svg?style=flat-square)](https://travis-ci.org/fuse-open/fuselibs)
5+
[![NPM package](https://img.shields.io/npm/v/@fuse-open/fuselibs.svg?style=flat-square)](https://www.npmjs.com/package/@fuse-open/fuselibs)
6+
[![License: MIT](https://img.shields.io/github/license/fuse-open/fuselibs.svg?style=flat-square)](LICENSE.txt)
7+
[![Slack](https://img.shields.io/badge/chat-on%20slack-blue.svg?style=flat-square)](https://slackcommunity.fusetools.com/)
68

79
Fuselibs is a collection of [Uno](https://fuseopen.com/docs/uno/uno-lang) libraries that provide
810
the UI framework used to build [Fuse](https://fuseopen.com/) apps.
911

12+
## Install
13+
14+
```
15+
npm install @fuse-open/fuselibs
16+
```
1017

1118
## Requirements
1219

13-
In order to use Uno / Fuselibs, the following software must be installed:
20+
In order to use Uno and Fuselibs, the following software must be installed:
1421

1522
### Windows
1623

@@ -20,9 +27,14 @@ In order to use Uno / Fuselibs, the following software must be installed:
2027
### macOS
2128

2229
* [Mono](https://www.mono-project.com/download/)
23-
* [XCode](https://developer.apple.com/xcode/)
30+
* [Xcode](https://developer.apple.com/xcode/)
2431
* [CMake](https://cmake.org/)
2532

33+
### Android
34+
35+
* Android SDK and NDK
36+
37+
These dependencies can be acquired by installing [android-build-tools](https://www.npmjs.com/package/android-build-tools).
2638

2739
## How do I build and test?
2840

0 commit comments

Comments
 (0)