You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,8 @@ You can download the library as zip and call include Library -> zip library. Or
138
138
```
139
139
cd ~/Documents/Arduino/libraries
140
140
git clone pschatzmann/arduino-audio-tools.git
141
-
142
141
```
143
142
143
+
I recommend to use git because you can easily update to the latest version just by executing the ```git pull``` command in the project folder.
144
+
144
145
If you want to use the library in PlatformIO, you can find a [detailed description in the Wiki](https://github.com/pschatzmann/arduino-audio-tools/wiki/Working-with-PlatformIO).
0 commit comments