Open shawndwells opened 1 year ago
Fixes typo of cd srsGUI.... needs to be capitalized to match repo name
cd srsGUI
Updates make command to use -jnproc, which ensures all cores are used on make and speeds things up a bit
nproc
make
Adds bash style to shell prompts for readability
bash
Fixes typo of
cd srsGUI
.... needs to be capitalized to match repo nameUpdates make command to use -j
nproc
, which ensures all cores are used onmake
and speeds things up a bitAdds
bash
style to shell prompts for readability