# Instructions for Lagrange As of v1.6.0 (2021-07-26), Lagrange's trust store is `~/.config/lagrange/trusted.2.txt` on GNU/Linux and BSD systems. You can replace it with the generated `trusted.2.txt`, or merge them using the provided script: ``` # First a test run: ./merge-trust-stores.sh ~/.config/lagrange/trusted.2.txt # The entries in Lagrange's trust store that are not in the # script-generated trust store will appear at the end of the output. # If it looks ok, then run: ./merge-trust-stores.sh ~/.config/lagrange/trusted.2.txt > ~/.config/lagrange/trusted.2.txt ``` The script works for both the old `trusted.txt` and the new `trusted.2.txt`.