Skip to content

Commit

Permalink
added migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
archywillhe committed Oct 3, 2023
1 parent d7c040b commit 6259a51
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6259a51

Please sign in to comment.