1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

Update faqs.md

Text revision
This commit is contained in:
Seanytype 2024-07-22 14:45:18 +02:00 committed by GitHub
parent 79e93afc40
commit 0121f07957
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -72,9 +72,9 @@ The homepage from the alpha app has been removed, and replaced with the new side
<details>
<summary>Can I use two separate vaults at the same time?</summary>
<summary>Can I use two separate Vaults at the same time?</summary>
There's a hack that can be done on desktop only. You will need to create a separate shortcut for your other vault, and add the `--user-data-dir="$path"` flag to the launch command (i.e. `--user-data-dir="D:\Anytype"`).
Here's a tweak that works only on desktop: you need to create a separate shortcut for your other Vault and add the `--user-data-dir="$path"` flag to the launch command (i.e. `--user-data-dir="D:\Anytype"`).
</details>