Skip to content

Commit f00625f

Browse files
committed
remove old package and update README
1 parent ae8c188 commit f00625f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
#github-linkify
1+
#github-linkify-cmssw
22

33
This Chrome extension turns `#include X` in C/C++ files (and in the future `import X`/`from X import Y` in python configs) into hyperlinks when viewing CMSSW files on Github.com, so you can get to the includes easily. (I don't know why this hasn't been done already.)
44

55
## Instructions
66

7-
1) First clone me:
8-
```
9-
git clone git@github.com:raggleton/github-linkify.git
10-
```
7+
1) Download the latest release:
8+
9+
https://github.com/raggleton/github-linkify-cmssw/releases/latest
10+
1111
2) Then install me:
12-
- go to `chrome://extensions`
13-
- drag and drop the `github-linkify.crx` package onto the window. This should install it. (not tested, please feedback)
12+
13+
- Go to [chrome://extensions](chrome://extensions)
14+
- Drag and drop the `github-linkify-cmssw.crx` package onto the window. Lcick OK when it asks permission to access github.com. This should install it.
1415

1516
## TODO
1617
- [ ] Do for Python `import`/`from X import Y` statements

github-linkify.crx

-53.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)