diff --git a/README.md b/README.md index dc26ccb..83e0281 100644 --- a/README.md +++ b/README.md @@ -78,18 +78,7 @@ The code is under active development, so make sure to pull the latest changes re - **Launch Script**: `launch.sh` will activate and launch the app in the venv #### Docker Installation -If you prefer to use Docker, follow these steps: - -1. Ensure your serial port is properly shared. -2. Build the Docker image: - ```sh - cd meshing-around - docker build -t meshing-around . - ``` -3. Run the Docker container: - ```sh - docker run --rm -it --device=/dev/ttyUSB0 meshing-around - ``` +If you prefer to use [Docker](script/docker/README.md) #### Custom Install Install the required dependencies using pip: diff --git a/script/docker/README.md b/script/docker/README.md index 7520a83..712af80 100644 --- a/script/docker/README.md +++ b/script/docker/README.md @@ -10,4 +10,11 @@ still a WIP ## Edit the config.ini in the docker To edit the config.ini in the docker you can -`docker run -it --entrypoint /bin/bash meshing-around -c "nano /app/config.ini"` \ No newline at end of file +`docker run -it --entrypoint /bin/bash meshing-around -c "nano /app/config.ini"` + +## other info +1. Ensure your serial port is properly shared. +2. Run the Docker container: + ```sh + docker run --rm -it --device=/dev/ttyUSB0 meshing-around + ``` \ No newline at end of file