You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
database version 0→1 transition script
the ./trans script takes two arguments, the first is the old v0
database and the second is the path where the new v1 database will be
written, e.g.:
mv ~/.assword/db{,.old}
./trans ~/.assword/db{.old,}
This script will be removed after the 0→1 transition.