Skip to content

Commit

Permalink
Merge pull request elizaOS#459 from null-hax/patch-1
Browse files Browse the repository at this point in the history
Add npm install instructions to homepage header
  • Loading branch information
madjin authored Nov 20, 2024
2 parents fb32927 + 967f925 commit 038d2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/HomepageHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function HomepageHeader() {
alt="blurred"
/>
<pre className={styles.codeBlock}>
<code className="language-bash">{`npm package coming soon`}</code>
<code className="language-bash">{`npm install @ai16z/eliza`}</code>
</pre>
</div>
</div>
Expand Down

0 comments on commit 038d2ec

Please sign in to comment.