diff --git a/LICENSE b/LICENSE index 1c074b9..ddff613 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,4 @@ MIT License - -Copyright (c) 2023 enki - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. diff --git a/README.md b/README.md index bbda097..dcdac83 100644 --- a/README.md +++ b/README.md @@ -23,20 +23,20 @@ then `sudo ./full_script_name.sh`. You might need to provide an admin password. If you are running 'headless' and dont have Git installed yet you can run : -`wget https://github.com/Enkimin/Sovran-Scripts/archive/main.tar.gz` -`tar -xzf main.tar.gz` -`cd main` -`ls` -`cd folder_name` +`wget https://github.com/Enkimin/Sovran-Scripts/archive/main.tar.gz`\ +`tar -xzf main.tar.gz`\ +`cd main`\ +`ls`\ +`cd folder_name`\ `sudo ./script_name.sh` If Git is installed use : -`git clone https://github.com/Enkimin/Sovran-Scripts.git` -`cd Sovran-Scripts` -`ls` -`cd folder_name` +`git clone https://github.com/Enkimin/Sovran-Scripts.git`\ +`cd Sovran-Scripts`\ +`ls`\ +`cd folder_name`\ `sudo ./script_name.sh` @@ -46,3 +46,4 @@ If Git is installed use : ### coreinstall.sh - This script walks the user through the process of installing TOR, I2P, and Bitcoin Core plus configures Core to use whatever network is installed. +