diff --git a/README.md b/README.md index 69fb59e52..e771a0d64 100755 --- a/README.md +++ b/README.md @@ -11,17 +11,16 @@ ## Quick start Run the following commands: - sudo apt install git - cd ~/ - git clone https://github.com/armbian/configng.git - cd configng - ./bin/armbian-configng --dev + echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] https://armbian.github.io/configng stable main" \ + | sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null + + armbian-configng --dev If all goes well you should see the Text-Based User Inerface (TUI) ### To see a list of all functions and their descriptions, run the following command: ~~~ -bash ~/configng/bin/armbian-configng -h +armbian-configng -h ~~~ ## Coding Style follow the following coding style: diff --git a/debian.conf b/debian.conf index b3aa269fb..465e3080c 100644 --- a/debian.conf +++ b/debian.conf @@ -1,3 +1,3 @@ -share:/usr/share/doc -lib:/usr/lib/ -bin:/usr/bin/ +share:/usr/ +lib:/usr/ +bin:/usr/ diff --git a/share/armbian-configng/data/armbian-configng.csv b/share/doc/armbian-configng/armbian-configng.csv similarity index 82% rename from share/armbian-configng/data/armbian-configng.csv rename to share/doc/armbian-configng/armbian-configng.csv index ee79cbe10..717776e70 100755 --- a/share/armbian-configng/data/armbian-configng.csv +++ b/share/doc/armbian-configng/armbian-configng.csv @@ -2,3 +2,4 @@ Function Name,Group Name,Description,Options,Category,Category Description NMTUI,network,Network Manager.,none.,network,Network Wired wireless Bluetooth access point Hello,system,Hello System.,none,system,System and Security Bencharking,monitor,Armbian Monitor and Bencharking.,,system,System and Security +Install,system,Armbian installer,none.,system,System and Security diff --git a/share/armbian-configng/index.html b/share/doc/armbian-configng/armbian-configng.html similarity index 88% rename from share/armbian-configng/index.html rename to share/doc/armbian-configng/armbian-configng.html index d5e3ccce4..b80abc8df 100755 --- a/share/armbian-configng/index.html +++ b/share/doc/armbian-configng/armbian-configng.html @@ -3,7 +3,7 @@ - Armbian index + Armbian armbian-configng + + + + + + + + + + + + + + + +
Function NameGroup NameDescriptionOptionsCategoryCategory Description
NMTUInetworkNetwork Manager.none.networkNetwork Wired wireless Bluetooth access point
HellosystemHello System.nonesystemSystem and Security
BencharkingmonitorArmbian Monitor and Bencharking.systemSystem and Security
InstallsystemArmbian installernone.systemSystem and Security
+ + +