diff --git a/README.md b/README.md index 3cb44b2..98d6bb5 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ conan profile detect ## Building and running 1. To build, run: -```bash -./build.sh -``` + ```bash + ./build.sh + ``` 2. The build command will generate a `deb` package in the `_packages` directory. To install (to `/usr/local`) run: -``` -sudo dpkg -i _packages/_packages/cppchallenge_1.0.0_*.deb -sudo ldconfig -``` -> __TODO__: The `sudo ldconfig` step should be added to the `deb` package `postinst` step... + ``` + sudo dpkg -i _packages/_packages/cppchallenge_1.0.0_*.deb + sudo ldconfig + ``` + __TODO__: The `sudo ldconfig` step should be added to the `deb` package `postinst` step...