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

Commit e426c41

Browse files
committed
🔀 Merge local & dev
2 parents 6851768 + 0bbaa9b commit e426c41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</p>
66

77

8-
Download | Linux & MacOS | Windows | Dependencies | Build system | Source
9-
--------- | ------------- | ------- | ------------ | ------------ | ------
8+
Download | Linux & macOS | Windows | Dependencies | Build system | Source
9+
-------- | ------------- | ------- | ------------ | ------------ | ------
1010
[![Release Badge](https://badgen.net/github/release/GitSquared/edex-ui)](https://github.com/GitSquared/edex-ui/releases) | [![Build Status](https://travis-ci.org/GitSquared/edex-ui.svg?branch=master)](https://travis-ci.org/GitSquared/edex-ui) | [![Build status](https://ci.appveyor.com/api/projects/status/leb069bro8gwocu7/branch/master?svg=true)](https://ci.appveyor.com/project/GitSquared/edex-ui/branch/master) | [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=GitSquared/edex-ui)](https://dependabot.com) | [![Known Vulnerabilities](https://snyk.io/test/github/GitSquared/edex-ui/badge.svg?targetFile=package.json)](https://snyk.io/test/github/GitSquared/edex-ui?targetFile=package.json) | [![Known Vulnerabilities](https://snyk.io/test/github/GitSquared/edex-ui/badge.svg?targetFile=src%2Fpackage.json)](https://snyk.io/test/github/GitSquared/edex-ui?targetFile=src%2Fpackage.json)
1111

1212
eDEX-UI is a fullscreen desktop application resembling a sci-fi computer interface, heavily inspired from [DEX-UI](https://github.com/seenaburns/dex-ui) and the [TRON Legacy movie effects](https://web.archive.org/web/20170511000410/http://jtnimoy.com/blogs/projects/14881671). It runs the shell of your choice in a real terminal, and displays live information about your system. It was made to be used on large touchscreens but will work nicely on a regular desktop computer or perhaps a tablet PC or one of those funky 360° laptops with touchscreens.
@@ -28,9 +28,9 @@ _([fx](https://github.com/antonmedv/fx) showing the results of a [ipapi](https:/
2828

2929
## Q&A
3030
#### What OS can this thing run on?
31-
Currently Windows, the latest MacOS and any linux distro that can run Chromium (AppImage package).
31+
Currently Windows, the latest macOS and any Linux distro that can run Chromium (AppImage package).
3232
#### Is this a real terminal?
33-
Yes. By default, eDEX runs bash on linux and Powershell on Windows, but you can change that to any command in the settings.json file.
33+
Yes. By default, eDEX runs bash on Linux and Powershell on Windows, but you can change that to any command in the settings.json file.
3434
#### I don't like the colors/the keyboard layout is not right for me!
3535
We got you covered! Check the [repo's Wiki](https://github.com/GitSquared/edex-ui/wiki) for in-depth information about customizing eDEX.
3636
#### Why is there a keyboard?
@@ -49,12 +49,12 @@ Seenaburns' DEX-UI was created _"as an experiment or an art piece, not distribut
4949

5050
## Useful commands for the nerds
5151
#### Starting from source:
52-
on *nix systems (You'll need the Xcode command line tools on MacOS):
52+
on *nix systems (You'll need the Xcode command line tools on macOS):
5353
- clone the repository
5454
- `npm run install-linux`
5555
- `npm start`
5656

57-
on windows:
57+
on Windows:
5858
- start cmd or powershell **as administrator**
5959
- clone the repository
6060
- `npm run install-windows`

0 commit comments

Comments
 (0)