diff --git a/docs/docs/guides/img/jan download.PNG b/docs/docs/guides/img/jan download.PNG new file mode 100644 index 000000000..76df87562 Binary files /dev/null and b/docs/docs/guides/img/jan download.PNG differ diff --git a/docs/docs/guides/windows.md b/docs/docs/guides/windows.md index 18c61a4fb..441f605da 100644 --- a/docs/docs/guides/windows.md +++ b/docs/docs/guides/windows.md @@ -1,3 +1,60 @@ --- title: Installing Jan on Windows ---- \ No newline at end of file +--- + +# Windows users +## Step 1: Download the Installer +Download the Jan Installer from [Jan.ai](https://jan.ai/) + +Here, you should choose the `Download for Windows` +![Jan Installer](img/jan-download.PNG) + +## Step 2: Proceed the Windows Defender + +You would come by the warning of Windows + + + +Choose `Run away` to accept `Jan.ai`. + +Wait till the `Jan` finish installation + + + +## Step 3: Download your first model +Click on `Jan` on your desktop to open. + +Welcome to `Jan` home page. +Choose `Explore Models` + + +You will be bring to the Model catalog. + +You can always choose other models and other model versions by click on `Show available Versions` + + + + +- Note: Please choose the model suit your memory and RAM. + +Choose the model with your favor and hit `Download`. + + + +## Step 4: Start the model + +## Step 5: Start the conversations + +That's it. Have fun with LLMs. + +> #### Note: +> As Jan is `development mode`, you might get stuck on a broken build. +> +> ##### To reset your installation: +> 1. Delete Jan Application from /Applications +> +> 2. Clear cache: `rm -rf /Users/$(whoami)/Library/Application\ Support/jan-electron` +> OR `rm -rf /Users/$(whoami)/Library/Application\ Support/jan` +> +> 3. If the above fail please use: +> `ps aux | grep nitro // There is nitro and nitro_arm_64 or something kill -9 // kill it 1-by-1 and see if Jan still works`