From 00ad453f0adf073e2e090c4ffdf7cd84fa6bbb51 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 5 Jan 2025 21:10:39 +0700 Subject: [PATCH] updated troubleshooting commands --- docs/src/pages/docs/troubleshooting.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/pages/docs/troubleshooting.mdx b/docs/src/pages/docs/troubleshooting.mdx index 7763533cd..6c26e1375 100644 --- a/docs/src/pages/docs/troubleshooting.mdx +++ b/docs/src/pages/docs/troubleshooting.mdx @@ -32,7 +32,7 @@ import { Callout, Steps } from 'nextra/components' Error logs are essential for troubleshooting issues and getting help from Jan team. To get error logs from Jan, follow the steps below: -#### Through the Jan Interface +#### Through Jan Interface 1. Open **System Monitor** in the footer 2. Choose **App Log** @@ -67,11 +67,7 @@ To resolve the issue where Jan is stuck in a broken build after installation: 2. **Delete** Application Data, Cache, and User Data: ```zsh - # Step 1: Delete application data - rm -rf ~/Library/Application\ Support/jan/data - - # Step 2: Clear application cache - rm -rf ~/Library/Application\ Support/Jan/cache + rm -rf ~/Library/Application\ Support/Jan ``` 3. If you are using a version before `0.4.2`, you need to run the following commands: @@ -114,14 +110,18 @@ To resolve the issue where Jan is stuck in a broken build after installation: **For Debian/Ubuntu:** ``` - sudo apt-get remove jan + sudo apt-get remove Jan ``` **For Others:** Delete the Jan `.AppImage` file from your system 2. Delete Application Data, Cache, and User Data: ```bash - rm -rf ~/.local/share/jan/data + # Default dir + ~/.config/Jan + + # Custom installation directory + $XDG_CONFIG_HOME = /home/username/custom_config/Jan ``` 3. If you are using a version before `0.4.2`, you need to run the following commands: