-
-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Description
I want to downgrade to taskwarrior 2.6.2 because of the complicated sync in taskwarrior 3,if there are some free task server can choose to use ,not to downgrade.
Install it by compiling:
tar xzf task-3.3.0.tar.gz
cd task-3.3.0
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release .
cmake --build build
sudo cmake --install build
cd .. ; rm -r task-3.3.0.tar.gz
How can remove it completely?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done