소스 검색

Update README.md

Loris Leiva 2 년 전
부모
커밋
7e0508231f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -5,14 +5,14 @@
 To get started with this app, first install the npm dependencies:
 
 ```bash
-npm install
+pnpm install
 cp .env.example .env.local
 ```
 
 Next, run the development server:
 
 ```bash
-npm run dev
+pnpm run dev
 ```
 
 Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.