Skip to content

Commit d0a7b4f

Browse files
fix: README getting started section (Jonghakseo#737)
1 parent 81aaead commit d0a7b4f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ This boilerplate is made for creating chrome extensions using React and Typescri
7272
1. When you're using Windows run this:
7373
- `git config --global core.eol lf`
7474
- `git config --global core.autocrlf input`
75-
<h4> This will change eol(End of line) to the same as on Linux/Mac. \
76-
Without this, you will have conflicts with your teammates with those systems \
77-
and our bash script won't work</h4>
75+
#### This will change eol(End of line) to the same as on Linux/Mac, without this, you will have conflicts with your teammates with those systems and our bash script won't work
7876
2. Clone this repository.
7977
3. Change `extensionDescription` and `extensionName` in `messages.json` file.
8078
4. Install pnpm globally: `npm install -g pnpm` (check your node version >= 18.19.1))
@@ -160,7 +158,7 @@ Some shared packages
160158
- `tsconfig` - shared tsconfig for entire project
161159
- `ui` - here's a function to merge your tailwind config with global one, and you can save components here
162160
- `vite-config` - shared vite config for entire project
163-
- `zipper` - By ```pnpm zip``` you can pack ```dist``` folder into ```extension.zip``` inside newly created ```dist-zip```
161+
- `zipper` - By ```pnpm zip``` you can pack ```dist``` folder into ```extension.zip``` inside newly created ```dist-zip```
164162
- `e2e` - By ```pnpm e2e``` you can run end to end tests of your zipped extension on different browsers
165163

166164
### Pages <a name="structure-pages"></a>

0 commit comments

Comments
 (0)