From d89d176ec5230ce871e81ad8bb8c74c9d12ba06b Mon Sep 17 00:00:00 2001 From: Konstantin Komelin Date: Sun, 19 May 2024 18:29:50 +0700 Subject: [PATCH] docs: Updated readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0855cd..2f3518a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Most of the Sui starters I found were either very basic or aimed for developing - **On-Chain Randomness**: On-Chain Randomness example - **Components and Hooks**: useTransact, useNetworkType, NetworkType, useBalance, Balance, useFaucet, Faucet and more - **Frontend Deployment**: Firebase deployment commands ([guide](https://github.com/kkomelin/sui-dapp-starter/wiki/Frontend:-Deployment-to-Firebase)) +- **One-liner Install**: Just `pnpm create sui-dapp@latest` ## Prerequisites