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 Oct 22, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,7 @@ You can't disable them (yet) but you can hide them. See the `tron-notype` theme.
67
67
On Linux and macOS, eDEX tracks where you're going in your terminal tab to display the content of the current folder on-screen.
68
68
Sadly, this is technically impossible to do on Windows right now, so the file browser reverts back to a "detached" mode. You can still use it to browse files & directories and click on files to input their path in the terminal.
69
69
#### Can this run on a Raspberry Pi / ARM device?
70
-
Running eDEX on ARM is not officially supported, but some users have attempted to compile it for the platform.
71
-
See [this issue comment](https://github.com/GitSquared/edex-ui/issues/313#issuecomment-443465345), and the thread on issue [#818](https://github.com/GitSquared/edex-ui/issues/818).
70
+
We provide prebuilt arm64 builds. For other platforms, see [this issue comment](https://github.com/GitSquared/edex-ui/issues/313#issuecomment-443465345), and the thread on issue [#818](https://github.com/GitSquared/edex-ui/issues/818).
72
71
#### Is this repo actively maintained?
73
72
[See this notice](https://github.com/GitSquared/edex-ui/issues/769)
74
73
#### How did you make this?
@@ -120,12 +119,8 @@ Note: Due to native modules, you can only build targets for the host OS you are
120
119
121
120
The script will minify the source code, recompile native dependencies and create distributable assets in the `dist` folder.
122
121
123
-
#### A note about versioning, branches, and commit messages
124
-
Currently, development is done directly on the `master` branch. The version tag on this branch is the version tag of the next release with the `-pre` suffix (e.g `v2.6.1-pre`), to avoid confusion when both release and source versions are installed on one's system.
125
-
126
-
I use [gitmoji](https://github.com/carloscuesta/gitmoji-cli) to make my commit messages, but I'm not enforcing this on this repo so commits from PRs and the like might not be formatted that way.
127
-
128
-
[Dependabot](https://dependabot.com) runs weekly to check dependencies updates. It is setup to auto-merge most of them as long as the builds checks passes.
122
+
#### Getting the bleeding edge
123
+
If you're interested in running the latest in-development version but don't want to compile source code yourself, you can can get pre-built nightly binaries on [GitHub Actions](https://github.com/GitSquared/edex-ui/actions): click the latest commits, and download the artifacts bundle for your OS.
129
124
130
125
## Credits
131
126
eDEX-UI's source code was primarily written by me, [Squared](https://github.com/GitSquared). If you want to get in touch with me or find other projects I'm involved in, check out [my website](https://gaby.dev).
0 commit comments