mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
update readme with correct repo name
This commit is contained in:
parent
d09c95118e
commit
0cbcd6a590
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,21 +1,21 @@
|
||||||
# scratch-audioengine
|
# scratch-audio
|
||||||
#### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects
|
#### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects
|
||||||
|
|
||||||
#### Please note this project is at an early stage and we are not ready for pull requests
|
#### Please note this project is at an early stage and we are not ready for pull requests
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.com/LLK/scratch-audioengine.svg?token=KcCHRot8oJYS4bsz1qET&branch=master)](https://travis-ci.com/LLK/scratch-audioengine)
|
[![Build Status](https://travis-ci.org/LLK/scratch-audio.svg?branch=develop)](https://travis-ci.org/LLK/scratch-audio)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
This requires you to have Git and Node.js installed.
|
This requires you to have Git and Node.js installed.
|
||||||
|
|
||||||
In your own node environment/application:
|
In your own node environment/application:
|
||||||
```bash
|
```bash
|
||||||
npm install https://github.com/LLK/scratch-audioengine.git
|
npm install https://github.com/LLK/scratch-audio.git
|
||||||
```
|
```
|
||||||
If you want to edit/play yourself:
|
If you want to edit/play yourself:
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:LLK/scratch-audioengine.git
|
git clone git@github.com:LLK/scratch-audio.git
|
||||||
cd scratch-audioengine
|
cd scratch-audio
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue