install: adjustments to have a better workflow for installation

This commit is contained in:
Blake Harnden 2022-02-17 15:17:07 -08:00
parent 9d32c432db
commit 113be65078
3 changed files with 5 additions and 4 deletions

View file

@ -122,8 +122,8 @@ git clone https://github.com/coreemu/core.git
cd core
# install dependencies to run installation task
./setup.sh
# run the following or add ~/.local/bin to PATH
python3 -m pipx ensurepath
# run the following or open a new terminal
source ~/.bashrc
# Ubuntu
inv install
# CentOS