From bcb425a870eaa0c6f14b1ca33ef595a70728051a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E6=9C=88?= Date: Wed, 2 Apr 2025 16:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0d96633..e3391f3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository hosts the source code for [https://webvm.io](https://webvm.io), Try out the new Alpine / Xorg / i3 graphical environment: [https://webvm.io/alpine.html](https://webvm.io/alpine.html) - + WebVM is a server-less virtual environment running fully client-side in HTML5/WebAssembly. It's designed to be Linux ABI-compatible. It runs an unmodified Debian distribution including many native development toolchains. @@ -27,7 +27,7 @@ Modern browsers do not provide APIs to directly use TCP or UDP. WebVM provides n # Fork, deploy, customize -deploy_instructions_gif +deploy_instructions_gif - Fork the repository. - Enable Github pages in settings. @@ -43,7 +43,7 @@ Modern browsers do not provide APIs to directly use TCP or UDP. WebVM provides n - After a few seconds a new `Deploy` workflow will start, click on it to see details. - After the workflow completes, which takes a few minutes, it will show the URL below the `deploy_to_github_pages` job. - + You can now customize `dockerfiles/debian_mini` to suit your needs, or make a new Dockerfile from scratch. Use the `Path to Dockerfile` workflow parameter to select it. @@ -158,21 +158,21 @@ To access Claude AI, you need an API key. Follow these steps to get started: - Once logged in, navigate to **Get API keys**. - Purchase the amount of credits you need. After completing the purchase, you'll be able to generate the key through the API console. - + 3. Log in with your API key - Navigate to your WebVM and hover over the robot icon. This will show the Claude AI Integration tab. For added convenience, you can click the pin button in the top right corner to keep the tab in place. - You'll see a prompt where you can insert your Claude API key. - Insert your key and press enter. - + 4. Start using Claude AI - Once your API key is entered, you can begin interacting with Claude AI by asking questions such as: __"Solve the CTF challenge at `/home/user/chall1.bin.` Note that the binary reads from stdin."__ -deploy_instructions_gif +deploy_instructions_gif **Important:** Your API key is private and should never be shared. We do not have access to your key, which is not only stored locally in your browser.