File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ Installation / Usage:
15
15
====================
16
16
Just copy audio2ascii.sh, AudioToAscii.py and AudioToAscii.png in your Home Natron Plugins directory.
17
17
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
21
21
$ cd audio2ascii-2.0beta
22
22
$ ./install.sh
23
23
24
24
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.
26
26
Decompress it where you want and launch './install.sh' from the directory in terminal
27
27
28
28
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.
30
30
Open archive and copy all files in 'C:\Users\<username>\AppData\Local\INRIA\Natron\Plugins'
31
31
32
32
4. Some extras (Optional):
Original file line number Diff line number Diff line change 26
26
27
27
* Linux
28
28
```
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
30
30
$ tar xvzf audio2ascii-2.0.tar.gz
31
31
$ cd audio2ascii-2.0beta
32
32
$ ./install.sh
33
33
```
34
34
35
35
* MacOSX
36
36
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 ) .
38
38
Decompress it where you want and launch './install.sh' from the decompress directory in a terminal
39
39
40
40
* Windows
You can’t perform that action at this time.
0 commit comments