From 6259a518e94cf5abd8c709bb8cfecad0aef87cf9 Mon Sep 17 00:00:00 2001 From: archy Date: Tue, 3 Oct 2023 18:37:27 +0800 Subject: [PATCH] added migration guide --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ee186bd0e..fbbac8a0d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,20 @@ If you have any feature request or encountered any bug, feel free to [open an is Insomnium is available for Mac, Windows, and Linux, and can be downloaded [here](https://github.com/ArchGPT/insomnium/releases). You can also build it from source on your local machine using `npm run app-package`. +## Migration from Insomnia + +To migrate your data from Insomnia, you can do one of the following: + +- use the GUI to import/export manually (in Preferences/Data) + +- or just copy the config file directly: + +``` +cp -r ~/.config/Insomnia ~/.config/Insomnium +cp -r "~/Library/Application Support/Insomnia" "~/Library/Application Support/Insomnium" +``` + + ## Develop Insomnium Development on Insomnium can be done on Mac, Windows, or Linux as long as you have [Node.js](https://nodejs.org) and [Git](https://git-scm.com/). See the `.nvmrc` file located in the project for the correct Node version.