-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme to reflect new build process
- Loading branch information
1 parent
61af3b8
commit 72ad5eb
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ Find it annoying to copy paste `@[email protected]` to look at someones Mast | |
|
||
This extension looks for mastodon style usernames and replaces them to direct you to seeing that profile via your server. | ||
|
||
## Build | ||
|
||
- `npm install` | ||
- `npm run build` | ||
- You can then load the extension from the `dist` directory | ||
|
||
## Installation | ||
|
||
- Install it from [the Chrome Web Store](https://chrome.google.com/webstore/detail/mastodon-link/nlfdgcdfjnobjocicnddjghdbmgglame) | ||
|