cd ../.. instead of cd.. in README

This commit is contained in:
jason 2026-01-02 01:32:22 +00:00
parent 0d4e0e4db8
commit d71ebab98e

View File

@ -34,7 +34,7 @@ mkdir build
cd build cd build
cmake .. cmake ..
cmake --build . --config Release cmake --build . --config Release
cd .. cd ../..
git clone https://git.indoodle.com/jason/joomer-ftxui-file-browser.git git clone https://git.indoodle.com/jason/joomer-ftxui-file-browser.git
cd joomer-ftxui-file-browser cd joomer-ftxui-file-browser
make all make all