1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Remove new profile command

This commit is contained in:
Zlatan Vasović 2019-12-26 23:39:32 +01:00 committed by Starbeamrainbowlabs
parent 45247399e2
commit 3f48086d34

View file

@ -27,10 +27,6 @@
`firefox --headless --screenshot {{path/to/output_file.png}} {{https://example.com/}}`
- Create a new profile in the default directory without starting Firefox:
`firefox --CreateProfile {{profile_name}}`
- Use a specific profile to allow multiple separate instances of Firefox to run at once:
`firefox --profile {{path/to/directory}} {{https://example.com/}}`