From db8657ced98b31ca5a8cc3f58631711bad4d6469 Mon Sep 17 00:00:00 2001 From: Ali Muhammad <40025815+Tech-Overlord@users.noreply.github.com> Date: Thu, 9 Aug 2018 01:23:24 +0500 Subject: [PATCH] Added v1.0.1 (#12) --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abd092a..aa4dc67 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Quite simply, everyone. From a student to a system engineer, from a software dev Utilizing the library is pretty simple. All you need to do is execute the `main_system.py` file. Assuming that you have already downloaded either the zip/tar or cloned the project already. Following two sections will cover the execution process. * #### Windows: - 1. Either [Download](https://github.com/Tech-Overlord/system-info/releases/download/v1.0.0/system-info-1.0.0.zip) or clone using `git clone https://github.com/Tech-Overlord/system-info` + 1. Either [Download](https://github.com/Tech-Overlord/system-info/releases/download/v1.0.1/system-info-1.0.1.zip) or clone using `git clone https://github.com/Tech-Overlord/system-info` 2. Open a `cmd` window. 2. Perform `cd` into the directory where the extracted archive or project is cloned in. For instance, if you have extracted or cloned into D:\ drive. Do `cd D:\system-info` 3. Now, change directory into the `sysinfo` package i.e. `cd sysinfo` @@ -78,10 +78,10 @@ Utilizing the library is pretty simple. All you need to do is execute the `main_ * #### Ubuntu: 1. Change to user's home directory, for e.g. by entering the following command: `cd ~` - 2. Either Download using `wget https://github.com/Tech-Overlord/system-info/releases/download/v1.0.0/system-info-1.0.0.zip` or clone using `git clone https://github.com/Tech-Overlord/system-info` + 2. Either Download using `wget https://github.com/Tech-Overlord/system-info/releases/download/v1.0.1/system-info-1.0.1.tar.gz` or clone using `git clone https://github.com/Tech-Overlord/system-info` * If cloned, simply change into the root directory of the cloned project and then into the sysinfo folder, for e.g. `cd ~/system-info/sysinfo/` * Do `chmod +x *` - * If tar was downloaded using `wget`. Extract it using the commands: `tar -zxf v1.0.0.tar.gz` and then cd into extracted directory right down to *sysinfo* package, for e.g. if the extracted directory is system-info-1.0.0, then do `cd system-info-1.0.0/sysinfo` + * If tar was downloaded using `wget`. Extract it using the commands: `tar -zxf system-info-1.0.1.tar.gz` and then cd into extracted directory right down to *sysinfo* package, for e.g. if the extracted directory is system-info-1.0.0, then do `cd system-info-1.0.1/sysinfo` * Do `chmod +x *`. This will ensure that the scripts have **execute** permissions. 5. Execute **main_system.py** file with the command: `python3 main_system.py` 6. This will print a detailed output as shown below: @@ -293,7 +293,11 @@ There are larger units of data measurement as well. Feel free to google and read **Note:** Data measurement types have been defined in [variables_data.py](https://github.com/Tech-Overlord/system-info/blob/master/sysinfo/variables_data.py). # 5. Releases -[v1.0.0](https://github.com/Tech-Overlord/system-info/releases/tag/v1.0.0) + +Listed from latest to oldest. + +* [v1.0.1](https://github.com/Tech-Overlord/system-info/releases/tag/v1.0.1) +* [v1.0.0](https://github.com/Tech-Overlord/system-info/releases/tag/v1.0.0) # 6. License Read [License](https://github.com/Tech-Overlord/system-info/blob/master/LICENSE).