Skip to content

Commit

Permalink
Update README.md (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
fshift95 authored Jan 8, 2025
1 parent 3fb2f17 commit 2b25f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ the build speed and development experience by using Vite and Turborepo.
- `git config --global core.autocrlf input`

**This will set the EOL (End of line) character to be the same as on Linux/macOS. Without this, our bash script won't work, and you will have conflicts with developers on Linux/macOS.**
2. Clone this repository.
2. Clone this repository.( ```git clone https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite``` )
3. Check your node version is >= than in `.nvmrc` file, recommend to use [nvm](https://github.com/nvm-sh/nvm?tab=readme-ov-file#intro)
4. Edit `/packages/i18n/locales/`{your locale(s)}/`messages.json`
5. In the objects `extensionDescription` and `extensionName`, change the `message` fields (leave `description` alone)
Expand Down

0 comments on commit 2b25f96

Please sign in to comment.