Compare commits

..

8 Commits

Author SHA1 Message Date
Boris Cherny b26866aa95 Update README.md 2025-02-26 14:03:29 -08:00
Boris Cherny ab49f11ff1 Merge pull request #50 from joeblau/patch-1
Update README.md
2025-02-24 17:44:42 -08:00
Joe Blau 24695298d3 Update README.md
Update readme to make command easy to copy.
2025-02-24 16:51:26 -08:00
Boris Cherny 2eb3cd1466 Merge pull request #23 from eastlondoner/patch-1
public release has happened :-D
2025-02-24 13:44:26 -08:00
Andrew Jefferson b4adc82cac public release 2025-02-24 21:58:13 +01:00
Boris Cherny b46a3eb29a Merge pull request #1 from anthropics/bcherny-patch-1
Create SECURITY.md
2025-02-24 10:18:36 -08:00
Boris Cherny 429d03e382 Create SECURITY.md 2025-02-24 10:17:54 -08:00
Boris Cherny bd5ca708ad Claude Code 2025-02-22 09:29:29 -08:00
3 changed files with 10 additions and 22 deletions
+3 -4
View File
@@ -42,10 +42,9 @@ RUN mkdir -p /workspace /home/node/.claude && \
WORKDIR /workspace
RUN ARCH=$(dpkg --print-architecture) && \
wget "https://github.com/dandavison/delta/releases/download/0.18.2/git-delta_0.18.2_${ARCH}.deb" && \
sudo dpkg -i "git-delta_0.18.2_${ARCH}.deb" && \
rm "git-delta_0.18.2_${ARCH}.deb"
RUN wget https://github.com/dandavison/delta/releases/download/0.18.2/git-delta_0.18.2_arm64.deb && \
sudo dpkg -i git-delta_0.18.2_arm64.deb && \
rm git-delta_0.18.2_arm64.deb
# Set up non-root user
USER node
-2
View File
@@ -1,2 +0,0 @@
* text=auto eol=lf
*.sh text eol=lf
+7 -16
View File
@@ -1,6 +1,6 @@
# Claude Code (Research Preview)
![](https://img.shields.io/badge/Node.js-18%2B-brightgreen?style=flat-square) [![npm]](https://www.npmjs.com/package/@anthropic-ai/claude-code)
![](https://img.shields.io/badge/Node.js-18%2B-brightgreen?style=flat-square) [![npm]](https://www.npmjs.com/package/json-schema-to-typescript)
[npm]: https://img.shields.io/npm/v/@anthropic-ai/claude-code.svg?style=flat-square
@@ -17,21 +17,12 @@ Some of its key capabilities include:
## Get started
1. If you are new to Node.js and Node Package Manager (`npm`), then it is recommended that you configure an NPM prefix for your user.
Instructions on how to do this can be found [here](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview#recommended-create-a-new-user-writable-npm-prefix).
*Important* We recommend installing this package as a non-privileged user, not as an administrative user like `root`.
Installing as a non-privileged user helps maintain your system's security and stability.
2. Install Claude Code:
```sh
npm install -g @anthropic-ai/claude-code
```
3. Navigate to your project directory and run <code>claude</code>.
4. Complete the one-time OAuth process with your Anthropic Console account.
1. Run the following command in your terminal: <br />
```sh
npm install -g @anthropic-ai/claude-code
```
2. Navigate to your project directory and run <code>claude</code>
3. Complete the one-time OAuth process with your Anthropic Console account.
### Research Preview