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
cmake ..
cmake --build . --config Release
cd ..
cd ../..
git clone https://git.indoodle.com/jason/joomer-ftxui-file-browser.git
cd joomer-ftxui-file-browser
make all