Update README.md

payload-adc
sq2ips 2025-03-22 18:24:42 +01:00 zatwierdzone przez GitHub
rodzic 6c3156139a
commit 0e87456080
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -192,7 +192,7 @@ docker build -t m20 .
``` ```
It will need some time to download an install the packages, after it finishes run: It will need some time to download an install the packages, after it finishes run:
```bash ```bash
docker run --rm -v .:/opt/m20 m20 docker run --rm -v .:/opt/m20 m20:latest
``` ```
It will build the code and after finishing you should see a memory usage table, the compiled binaries should be in the `build/` directory. It will build the code and after finishing you should see a memory usage table, the compiled binaries should be in the `build/` directory.
If you did the steps next time building you will need to only run the last command. If you did the steps next time building you will need to only run the last command.