Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 6cbe314

Browse files
committed
docs: update arm notice & how to run nightly prebuilds
1 parent 0ef4028 commit 6cbe314

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ You can't disable them (yet) but you can hide them. See the `tron-notype` theme.
6767
On Linux and macOS, eDEX tracks where you're going in your terminal tab to display the content of the current folder on-screen.
6868
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.
6969
#### 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).
7271
#### Is this repo actively maintained?
7372
[See this notice](https://github.com/GitSquared/edex-ui/issues/769)
7473
#### 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
120119

121120
The script will minify the source code, recompile native dependencies and create distributable assets in the `dist` folder.
122121

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.
129124

130125
## Credits
131126
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

Comments
 (0)