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
[](https://gitter.im/zyedidia/micro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -57,18 +57,18 @@ You can also check out the website for Micro at https://micro-editor.github.io.
57
57
58
58
## Installation
59
59
60
-
To install micro, you can download a [prebuilt binary](https://github.com/zyedidia/micro/releases), or you can build it from source.
60
+
To install micro, you can download a [prebuilt binary](https://github.com/micro-editor/micro/releases), or you can build it from source.
61
61
62
-
If you want more information about ways to install micro, see this [wiki page](https://github.com/zyedidia/micro/wiki/Installing-Micro).
62
+
If you want more information about ways to install micro, see this [wiki page](https://github.com/micro-editor/micro/wiki/Installing-Micro).
63
63
64
64
Use `micro -version` to get the version information after installing. It is only guaranteed that you are installing the most recent
65
65
stable version if you install from the prebuilt binaries, Homebrew, or Snap.
66
66
67
-
A desktop entry file and man page can be found in the [assets/packaging](https://github.com/zyedidia/micro/tree/master/assets/packaging) directory.
67
+
A desktop entry file and man page can be found in the [assets/packaging](https://github.com/micro-editor/micro/tree/master/assets/packaging) directory.
68
68
69
69
### Pre-built binaries
70
70
71
-
Pre-built binaries are distributed in [releases](https://github.com/zyedidia/micro/releases).
71
+
Pre-built binaries are distributed in [releases](https://github.com/micro-editor/micro/releases).
72
72
73
73
To uninstall micro, simply remove the binary, and the configuration directory at `~/.config/micro`.
74
74
@@ -85,14 +85,14 @@ The script will place the micro binary in the current directory. From there, you
85
85
With [Eget](https://github.com/zyedidia/eget) installed, you can easily get a pre-built binary:
86
86
87
87
```
88
-
eget zyedidia/micro
88
+
eget micro-editor/micro
89
89
```
90
90
91
91
Use `--tag VERSION` to download a specific tagged version.
92
92
93
93
```
94
-
eget --tag nightly zyedidia/micro # download the nightly version (compiled every day at midnight UTC)
95
-
eget --tag v2.0.8 zyedidia/micro # download version 2.0.8 rather than the latest release
94
+
eget --tag nightly micro-editor/micro # download the nightly version (compiled every day at midnight UTC)
95
+
eget --tag v2.0.8 micro-editor/micro # download version 2.0.8 rather than the latest release
96
96
```
97
97
98
98
You can install `micro` by adding `--to /usr/local/bin` to the `eget` command, or move the binary manually to a directory on your `$PATH` after the download completes.
@@ -109,7 +109,7 @@ brew install micro
109
109
110
110
**Note for Mac:** All micro keybindings use the control or alt (option) key, not the command
111
111
key. By default, macOS terminals do not forward alt key events. To fix this, please see
112
-
the section on [macOS terminals](https://github.com/zyedidia/micro#macos-terminal) further below.
112
+
the section on [macOS terminals](https://github.com/micro-editor/micro#macos-terminal) further below.
113
113
114
114
On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install)
115
115
@@ -132,7 +132,7 @@ for other operating systems. These packages are not guaranteed to be up-to-date.
132
132
* `eopkg install micro` (Solus).
133
133
* `pacstall -I micro` (Pacstall).
134
134
* `apt-get install micro` (ALT Linux)
135
-
* See [wiki](https://github.com/zyedidia/micro/wiki/Installing-Micro) for details about CRUX, Termux.
135
+
* See [wiki](https://github.com/micro-editor/micro/wiki/Installing-Micro) for details about CRUX, Termux.
136
136
* distro-agnostic package managers:
137
137
*`nix profile install nixpkgs#micro` (with [Nix](https://nixos.org/) and flakes enabled)
I also recommend reading the [tutorial](https://github.com/zyedidia/micro/tree/master/runtime/help/tutorial.md) for
271
+
I also recommend reading the [tutorial](https://github.com/micro-editor/micro/tree/master/runtime/help/tutorial.md) for
272
272
a brief introduction to the more powerful configuration features micro offers.
273
273
274
274
There is also an unofficial Discord, which you can join at https://discord.gg/nhWR6armnR.
@@ -277,9 +277,9 @@ There is also an unofficial Discord, which you can join at https://discord.gg/nh
277
277
278
278
If you find any bugs, please report them! I am also happy to accept pull requests from anyone.
279
279
280
-
You can use the [GitHub issue tracker](https://github.com/zyedidia/micro/issues)
280
+
You can use the [GitHub issue tracker](https://github.com/micro-editor/micro/issues)
281
281
to report bugs, ask questions, or suggest new features.
282
282
283
-
For a more informal setting to discuss the editor, you can join the [Gitter chat](https://gitter.im/zyedidia/micro) or the [Discord](https://discord.gg/nhWR6armnR). You can also use the [Discussions](https://github.com/zyedidia/micro/discussions) section on Github for a forum-like setting or for Q&A.
283
+
For a more informal setting to discuss the editor, you can join the [Gitter chat](https://gitter.im/zyedidia/micro) or the [Discord](https://discord.gg/nhWR6armnR). You can also use the [Discussions](https://github.com/micro-editor/micro/discussions) section on Github for a forum-like setting or for Q&A.
284
284
285
285
Sometimes I am unresponsive, and I apologize! If that happens, please ping me.
fmt.Println("Micro encountered an error:", errors.Wrap(err, 2).ErrorStack(), "\nIf you can reproduce this error, please report it at https://github.com/zyedidia/micro/issues")
377
+
fmt.Println("Micro encountered an error:", errors.Wrap(err, 2).ErrorStack(), "\nIf you can reproduce this error, please report it at https://github.com/micro-editor/micro/issues")
378
378
}
379
379
// immediately backup all buffers with unsaved changes
0 commit comments