Skip to content

Commit 7754cda

Browse files
committed
Update READMEs
1 parent 9a1ecee commit 7754cda

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: README

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ Installation / Usage:
1515
====================
1616
Just copy audio2ascii.sh, AudioToAscii.py and AudioToAscii.png in your Home Natron Plugins directory.
1717

18-
1. For Linux and OSX
19-
$ wget https://github.com/rcspam/audio2ascii/archive/v2.0beta.tar.gz
20-
$ tar xvzf audio2ascii-2.0beta.tar.gz
18+
1. For Linux
19+
$ wget https://github.com/rcspam/audio2ascii/archive/v2.0-linux.tar.gz
20+
$ tar xvzf audio2ascii-2.0.tar.gz
2121
$ cd audio2ascii-2.0beta
2222
$ ./install.sh
2323

2424
2. For OSX
25-
Download last version at https://github.com/rcspam/audio2ascii/archive/v2.0beta.tar.gz.
25+
Download last version at https://github.com/rcspam/audio2ascii/archive/v2.0-macosx.tar.gz.
2626
Decompress it where you want and launch './install.sh' from the directory in terminal
2727

2828
3.For Windows
29-
Download last version at https://github.com/rcspam/audio2ascii/archive/v2.0-win.zip).
29+
Download last version at https://github.com/rcspam/audio2ascii/archive/v2.0-win.zip.
3030
Open archive and copy all files in 'C:\Users\<username>\AppData\Local\INRIA\Natron\Plugins'
3131

3232
4. Some extras (Optional):

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727
* Linux
2828
```
29-
$ wget https://github.com/rcspam/audio2ascii/archive/v2.0beta.tar.gz
29+
$ wget https://github.com/rcspam/audio2ascii/archive/v2.0-linux.tar.gz
3030
$ tar xvzf audio2ascii-2.0.tar.gz
3131
$ cd audio2ascii-2.0beta
3232
$ ./install.sh
3333
```
3434

3535
* MacOSX
3636

37-
Download [last version](https://github.com/rcspam/audio2ascii/archive/v2.0.tar.gz).
37+
Download [last version](https://github.com/rcspam/audio2ascii/archive/v2.0-macosx.tar.gz).
3838
Decompress it where you want and launch './install.sh' from the decompress directory in a terminal
3939

4040
* Windows

0 commit comments

Comments
 (0)