|
@@ -0,0 +1,28 @@
|
|
|
+# JARVIS automated install
|
|
|
+
|
|
|
+Clone the project
|
|
|
+```
|
|
|
+cd
|
|
|
+git clone https://repo/jarvis.git
|
|
|
+```
|
|
|
+
|
|
|
+Run the install script with root privileges
|
|
|
+```
|
|
|
+sudo ./jarvis/install/install_jarvis.sh
|
|
|
+```
|
|
|
+
|
|
|
+You will be prompted to enter your sudo password during the installation process.
|
|
|
+
|
|
|
+Be sure you can record you voice, run the following command to capture audio from your microphone
|
|
|
+```
|
|
|
+rec test.wav
|
|
|
+```
|
|
|
+
|
|
|
+Press CTRL-C after capturing a sample of our voice.
|
|
|
+
|
|
|
+Then play the recorded audio file
|
|
|
+```
|
|
|
+play test.wav
|
|
|
+```
|
|
|
+
|
|
|
+If everything is ok, you can start playing with jarvis. First,
|