Skip to content

Instantly share code, notes, and snippets.

@gansai
Last active October 26, 2025 11:51
Show Gist options
  • Select an option

  • Save gansai/b0064e2ccd3f4aa5eb87e6ccd68d6f5d to your computer and use it in GitHub Desktop.

Select an option

Save gansai/b0064e2ccd3f4aa5eb87e6ccd68d6f5d to your computer and use it in GitHub Desktop.
Claude Code Gist brought to you by LLM TECH STORIES

This Claude Code gist is brought to you by LLM TECH STORIES If you haven't subscribed yet, go to https://www.youtube.com/@LLMTECHSTORIES and subscribe :)

How to Install Claude Code on Windows: Complete Installation Guide

https://www.youtube.com/watch?v=CZqangKmpDA

Run below command in Windows powershell to install claude

irm https://claude.ai/install.ps1 | iex

How to Login to Claude from Claude Code: Authentication Tutorial

https://www.youtube.com/watch?v=-WLGHTo0ll0

Run below command in Claude Code

for login

/login

for logging out

/logout

How to Chat with Claude Code: Your First AI Coding Conversation

https://www.youtube.com/watch?v=A4kNJyS1pDQ

Prompt: Can you help me with creating a Hello world java program ?

Follow up Prompt: create in this directory itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment