You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,23 +40,22 @@ Type-X is currently unlisted from the Chrome Web Store for maintenance. However,
40
40
41
41
### Install in Developer Mode
42
42
43
-
If you wish to develop or edit the extension itself, you can clone this repo and use it in Chrome:
43
+
If you wish to develop or edit the extension itself, you can directly download the latest build, and use it in Chrome:
44
44
45
-
1. Download the latest release from https://github.com/arrowtype/type-x/releases
46
-
2. Unzip the release. This will change it to a folder called `dist` (short for "distribution").
45
+
1. Download the latest release zip from https://github.com/arrowtype/type-x/releases. (There may be an even more recent build within the repo’s [Actions](https://github.com/arrowtype/type-x/actions/), but Releases are better tested.)
46
+
2. Unzip the download.
47
47
3. Go to chrome://extensions/ in Chrome
48
48
4. Turn on "Developer Mode"
49
49
5. Click "Load unpacked"
50
-
6. Click "Load unpacked" and navigate to the `dist` folder of the repo you cloned – alternatively, you can just drag-n-drop the `dist` folder into the extensions page.
51
-
50
+
6. Click "Load unpacked" and navigate to the folder of the release you just downloaded. Alternatively, you can just drag-n-drop the folder into the extensions page.
52
51
53
52
## Development
54
53
55
54
If you wish to work on the code of Type-X, follow these steps, then install in developer mode (see above).
56
55
57
56
1. Git Clone the repo
58
-
2. Run `yarn` to set up dependencies, then `yarn build` to build
59
-
3.Extension will be saved in the `dist` folder
57
+
2. Run `npm i` to set up dependencies, then `npm run build` to build
58
+
3.The extension will be saved in the `dist` folder
0 commit comments