Skip to content
Snippets Groups Projects
Commit 5aaf93e5 authored by David Trattnig's avatar David Trattnig
Browse files

Minor fixes.

parent 38ae8f51
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,8 @@ To learn more, checkout the [Engine Developer Guide](docs/developer-guide.md) or ...@@ -59,8 +59,8 @@ To learn more, checkout the [Engine Developer Guide](docs/developer-guide.md) or
going to use, but for the most common scenarios any current hardware should be sufficient. going to use, but for the most common scenarios any current hardware should be sufficient.
For the audio devices it is required to use an interface which has supported ALSA drivers. For the audio devices it is required to use an interface which has supported ALSA drivers.
**Operating System:** Any linux system with ALSA, PulseAudio or Jack2 support should work. **Operating System:** Any linux system with ALSA, PulseAudio or Jack2 support should work.
It is tested and coded on Debian Stretch and Ubuntu 18.0 with Python 3.6+. It is tested and coded on Debian Stretch and Ubuntu 18.0.
## Installation ## Installation
...@@ -71,7 +71,7 @@ git clone https://gitlab.servus.at/autoradio/engine ...@@ -71,7 +71,7 @@ git clone https://gitlab.servus.at/autoradio/engine
### Install System Libraries ### Install System Libraries
Aura Engine requires at least Node 13 and Python 3.7. Aura Engine requires at least `Node 13` and `Python 3.7`.
```bash ```bash
sudo apt install \ sudo apt install \
...@@ -90,13 +90,13 @@ sudo apt install \ ...@@ -90,13 +90,13 @@ sudo apt install \
### Install Engine ### Install Engine
Development Environment: Development Environment
```bash ```bash
sudo ./install.sh sudo ./install.sh
``` ```
Production Environment: Production Environment
```bash ```bash
sudo ./install.sh prod sudo ./install.sh prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment