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
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ Please file an issue: https://github.com/sourcegraph/sourcegraph-atom/issues/new
49
49
50
50
To develop the plugin:
51
51
52
-
-`git clone` the repository into `~/.atom/Packages/sourcegraph` (lowercase `packages` on Mac)
52
+
-`git clone` the repository into `~/.atom/Packages/sourcegraph` (lowercase `packages` on Mac), `npm install` and open in Atom.
53
53
- Use <kbd>Cmd+Shift+P</kbd> to open the command pallette, and choose `Window: Reload` to reload the extension in the current Atom window.
54
54
- Atom does some really bad things with respect to reopening the workspace, so `File` -> `Reopen Project` and `View` -> `Toggle Tree View` (<kbd>Cmd+\\</kbd>) are your friends here. Consider using a separate editor to make changes.
55
55
- To release a new version, you MSUT update the following files:
56
56
1.`CHANGELOG.md` (describe ALL changes)
57
57
3.`lib/sourcegraph.js` (`VERSION` constant)
58
-
4.`git commit -m "all: release v<THE VERSION>` and `git push`.
0 commit comments