Skip to content

Commit

Permalink
more docs, show folders created
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Feb 7, 2024
1 parent 9ad4f65 commit 17b73ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/install/install-risingwave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@ echo
echo " ./risingwave"
echo
echo
echo "In a separate terminal, you can attach a psql client to the standalone server using:"
echo "In a separate terminal, you can connect a psql client to the standalone server using:"
echo
echo " psql -h localhost -p 4566 -d dev -U root"
echo
echo
echo "To start a fresh cluster, you can just delete the data directories:"
echo "To start a fresh cluster, you can just delete the data directory contents:"
echo
echo " rm -r ~/.risingwave/state_store"
echo " rm -r ~/.risingwave/meta_store"
echo " rm -r ~/.risingwave/state_store/*"
echo " rm -r ~/.risingwave/meta_store/*"
echo
echo
echo "To view available options, run:"
echo "To view other available options, run:"
echo
echo " ./risingwave single-node --help"
echo

0 comments on commit 17b73ad

Please sign in to comment.