mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Suggested instructions for using the install and run scripts
This commit is contained in:
parent
0f42acd238
commit
b227369e1d
1 changed files with 28 additions and 0 deletions
28
tools/Linux/README.txt
Normal file
28
tools/Linux/README.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Suggested instructions for using the install and run scripts.
|
||||
|
||||
To install the FreeDATA software:
|
||||
|
||||
Open a terminal shell and run the following commands:
|
||||
|
||||
mkdir ~/freedata
|
||||
|
||||
cd ~/freedata
|
||||
|
||||
wget https://raw.githubusercontent.com/DJ2LS/FreeDATA/develop/tools/Linux/install-freedata-linux.sh
|
||||
|
||||
wget https://raw.githubusercontent.com/DJ2LS/FreeDATA/develop/tools/Linux/run-freedata-linux.sh
|
||||
|
||||
To install from the main FreeDATA branch, run:
|
||||
bash install-freedata-linux.sh
|
||||
|
||||
or to install from the develop FreeDATA branch, run:
|
||||
bash install-freedata-linux.sh develop
|
||||
|
||||
|
||||
To run the FreeDATA software:
|
||||
|
||||
Open a terminal shell and run the following commands:
|
||||
|
||||
cd ~/freedata
|
||||
|
||||
bash run-freedata-linux.sh
|
Loading…
Reference in a new issue