receiptscc 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
<p align="center">
|
|
14
|
-
<img src="https://raw.githubusercontent.com/JamesWeatherhead/
|
|
14
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/terminal.png" alt="receipts" width="550">
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
<p align="center">
|
|
@@ -90,7 +90,7 @@ npm install -g @anthropic-ai/claude-code
|
|
|
90
90
|
```
|
|
91
91
|
|
|
92
92
|
<p align="center">
|
|
93
|
-
<img src="https://raw.githubusercontent.com/JamesWeatherhead/
|
|
93
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step0.png" alt="Install Claude Code" width="550">
|
|
94
94
|
</p>
|
|
95
95
|
|
|
96
96
|
Wait for it to finish.
|
|
@@ -106,7 +106,7 @@ npx receiptscc
|
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
<p align="center">
|
|
109
|
-
<img src="https://raw.githubusercontent.com/JamesWeatherhead/
|
|
109
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step1.png" alt="Install receiptscc" width="420">
|
|
110
110
|
</p>
|
|
111
111
|
|
|
112
112
|
You will see a receipt banner. That means it worked. You only do this once.
|
|
@@ -118,7 +118,7 @@ You will see a receipt banner. That means it worked. You only do this once.
|
|
|
118
118
|
Create a folder with your paper and sources:
|
|
119
119
|
|
|
120
120
|
<p align="center">
|
|
121
|
-
<img src="https://raw.githubusercontent.com/JamesWeatherhead/
|
|
121
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step2.png" alt="Folder structure" width="380">
|
|
122
122
|
</p>
|
|
123
123
|
|
|
124
124
|
```
|
|
@@ -144,7 +144,7 @@ claude
|
|
|
144
144
|
```
|
|
145
145
|
|
|
146
146
|
<p align="center">
|
|
147
|
-
<img src="https://raw.githubusercontent.com/JamesWeatherhead/
|
|
147
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step3a.png" alt="Start Claude Code" width="460">
|
|
148
148
|
</p>
|
|
149
149
|
|
|
150
150
|
**Windows users:** Replace `~/Desktop/thesis` with your actual path, like `C:\Users\YourName\Desktop\thesis`
|
|
@@ -162,7 +162,7 @@ Now you are inside Claude Code. Type this command:
|
|
|
162
162
|
```
|
|
163
163
|
|
|
164
164
|
<p align="center">
|
|
165
|
-
<img src="https://raw.githubusercontent.com/JamesWeatherhead/
|
|
165
|
+
<img src="https://raw.githubusercontent.com/JamesWeatherhead/receipts/main/assets/screenshots/step3.png" alt="Run /receipts" width="500">
|
|
166
166
|
</p>
|
|
167
167
|
|
|
168
168
|
**Important:** The `/receipts` command only works inside Claude Code. If you type it in your regular terminal, it will not work.
|