diff --git a/README.md b/README.md index 78e9b31..1ec2149 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ and public headers. * `python3-venv` ## Setup -1. Create a `python` virtual environment, install `conan`, and create a default profile: +Create a `python` virtual environment, install `conan`, and create a default profile: ```bash python3 -m venv conan.venv source conan.venv/bin/activate @@ -23,10 +23,10 @@ conan profile detect ```bash ./build.sh ``` -1. The build command will generate a `deb` package in the `_packages` directory. To install (to +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... + __TODO__: The `sudo ldconfig` step should be added to the `deb` package `postinst` step...