From 5a5729277a51db914cbebe849591c83ae1c510e1 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Mon, 15 May 2023 14:54:08 +0200 Subject: [PATCH] docs: add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..113f9c9 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# firefox profile template + +## usage + +Create a new firefox profile, then copy the contents of the profile +folder to the profile, e.g. + +``` +cp -r profile/* ~/.mozilla/firefox/q4uopg9n.default +```