diff --git a/README.md b/README.md new file mode 100644 index 0000000..562ccbd --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Software Heritage CI environment +======================================== + +Add the .mrconfig to your .mrtrust file: + +``` +echo $CI_ENVIRONMENT/.mrconfig >> ~/.mrtrust +``` + +Then update your environment: + +``` +git pull && mr update +```