@autodev/codebase 0.0.3 → 0.0.4

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 CHANGED
@@ -3,9 +3,8 @@
3
3
  # @autodev/codebase
4
4
 
5
5
  <div align="center">
6
- <img src="src/images/image1.png" width="300" alt="Image 1" style="margin: 0 10px;" />
7
- <img src="src/images/image2.png" width="200" alt="Image 2" style="margin: 0 10px;" />
8
- <img src="src/images/image3.png" height="150" alt="Image 3" style="margin: 0 10px;" />
6
+ <img src="src/images/image2.png" alt="Image 2" style="display: inline-block; width: 350px; margin: 0 10px;" />
7
+ <img src="src/images/image3.png" alt="Image 3" style="display: inline-block; width: 200px; margin: 0 10px;" />
9
8
  </div>
10
9
 
11
10
  <br />
@@ -63,8 +62,13 @@ curl http://localhost:11434/api/tags
63
62
  # Check Qdrant
64
63
  curl http://localhost:6333/collections
65
64
  ```
66
- ### 4. Install project locally
65
+ ### 4. Install Autodev-codebase
67
66
 
67
+ ```bash
68
+ npm install -g @autodev/codebase
69
+ ```
70
+
71
+ Alternatively, you can install it locally:
68
72
  ```
69
73
  git clone https://github.com/anrgct/autodev-codebase
70
74
  cd autodev-codebase