Skip to content

Commit

Permalink
chore: docs + install.sh: rename algorun->nodekit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Bitsios committed Jan 7, 2025
1 parent 27a1b20 commit 1cee4b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const lang = "en"
<main class="h-screen w-screen flex flex-col items-center justify-center gap-6">
<img src="/nodekit.png" alt="Algo Nodekit logo" />
<Code lang="shell" code={`curl -fsSL https://nodekit.run/install.sh | bash`} class="text-gray-200"/>
<a class="text-gray-200" href="/reference/algorun">Follow the white rabbit <Icon name="external"/> </a>
<a class="text-gray-200" href="/reference/nodekit">Follow the white rabbit <Icon name="external"/> </a>
</main>
</body>
</html>
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BANNER=' _____ .__ __________
\/ /_____/ \/ \/ '

os=$(uname -ms)
release="https://github.com/algorandfoundation/algorun-tui/releases/download"
release="https://github.com/algorandfoundation/nodekit/releases/download"
version="v1.0.0-beta.3"

Red=''
Expand Down Expand Up @@ -89,11 +89,11 @@ chmod +x nodekit
trap - int
trap - exit

success "Downloaded: ${Bold_Green}algorun ${version} 🎉${Reset}"
success "Downloaded: ${Bold_Green}nodekit ${version} 🎉${Reset}"
info "Explore nodekit by starting here:"
echo "./nodekit --help"
echo ""
info "Starting nodekit bootstrap"
echo "./algorun bootstrap"
echo "./nodekit bootstrap"

./algorun bootstrap
./nodekit bootstrap

0 comments on commit 1cee4b3

Please sign in to comment.