Skip to content

Commit

Permalink
better instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Soldy <[email protected]>
  • Loading branch information
Soldy committed Aug 20, 2024
1 parent a94f6b5 commit f76b991
Showing 1 changed file with 47 additions and 5 deletions.
52 changes: 47 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ The benefits of Panthera for Continuous Integration (CI) development are also qu



# !Security WARNING!

Panthera is safe onlY IF you always use the provided layer.
Panthera cannot fix Human stupidity. Sorry :(

# Instructions

## Install

Expand All @@ -58,9 +54,55 @@ python3 -m openPanthera.menu
```


# Controll and comands.


The open Panthera has two control interfaces.
Command line interface ``` python3 -m openPanthera.cli ``` , and menu interface ```python3 -m openPanthera.menu``` .
Both interface has the same commands.
Every command is built from two words.
Module and function. Every command has a shorter method. The short method is two characters.

# Modules


## show or s.

Show system or database information.


## directory or d.

All directory tree-related commands belong to this module.


## build or b.


Build command. This runs the build scripts. However, some build functions execute functions that belong to different modules.
For example bc. Call a destroy before building everything again.


## x

This is a destructive module.
Every destroy function belongs to that module.



## migration or m

This is a data migration module has two functions backup and restore.



# My note.

The main reason the Panthera exists is my AI addiction. My latest AI project tries to do something almost impossible. Build a system that gives the result on a Raspberry Pi 5 that other systems provide on a large Nvidia cluster. For that goal, the data is the key. More data in smaller places is the key to better results.



# !Security WARNING!

Panthera is safe onlY IF you always use the provided layer.
Panthera cannot fix Human stupidity. Sorry :(

0 comments on commit f76b991

Please sign in to comment.