fcitx/fcitx5-table-extra

Fix README Error

samwhelp opened this issue · 1 comments

File: README

Find:

make build

Fix:

mkdir build

================================================================================

run

sed -i 's/make build/mkdir build/g' README

or run

sed -i.bak 's/make build/mkdir build/g' README

Thank you for all your assistance.

I really appreciate your help in resolving the problem.

:-)