Closed ghost closed 3 months ago
This PR resolves issue #90 by updating the uninstall instructions for both macOS and Unix systems.
uninstall-macos.mdx
uninstall-unix.mdx
sudo rm $(whereis daytona | awk '{print $2}')
This update ensures that users have the correct instructions for uninstalling daytona on both linux and macOS.
daytona
Fix Uninstall Command in Daytona Documentation
This PR resolves issue #90 by updating the uninstall instructions for both macOS and Unix systems.
uninstall-macos.mdx
,uninstall-unix.mdx
uninstall-macos.mdx
tosudo rm $(whereis daytona | awk '{print $2}')
.uninstall-unix.mdx
to ensure accurate and consistent uninstall procedures.This update ensures that users have the correct instructions for uninstalling
daytona
on both linux and macOS.