Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the names of discoverers and/or meaningfull people. #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# atomic
### atomic
An improved version of [nw-atom](https://github.com/M4xi1m3/nw-atom), but escher compliant.

This is a Mendeleiev table for Epsilon ([numworks'](https://numworks.com) firmware). This is a WIP, and not official :p
This is a Mendeleiev table for Epsilon ([numworks'](https://numworks.com) firmware). This app isn't an official one (but it still works well :p )

#### Install

You can either install ~~[Omega](https://getomega.dev)~~ (deprecated) or [Upsilon](https://lolocomotive.github.io/Upsilon-website/), which comes with the app pre-installed, or manually install it :
At the root folder of the firmware you want the app to be into, you can do :
```
git clone https://github.com/RedGl0w/atomic.git apps/atomic
```
You'll have then to update the `apps/home/apps_layout.csv` to add atomic at the position you want in the menu (for version above 15), and then you can edit the `buid/config.mak` to add the application to the `EPSILON_APPS` list (exemple : `EPSILON_APPS ?= calculation rpn graph code statistics probability solver atomic sequence regression settings`), and follow the steps to compile the firmware itself.
Loading