# Save Chef Profile Image ## Quick Instructions The chef's profile image has been uploaded to the conversation. **Save it as:** `/home/alex/git/warme/public/img/christian-warme.jpg` ### Manual Steps: 1. Right-click the image in the conversation 2. Save as: `christian-warme.jpg` 3. Move to: `/home/alex/git/warme/public/img/` OR use this command after downloading: ```bash cp ~/Downloads/christian-warme.jpg /home/alex/git/warme/public/img/ ``` ### Then rebuild: ```bash cd /home/alex/git/warme npm run build pm2 restart warme ``` The profile page at `/om-christian` is already configured to use this image!