Skip to content

Commit

Permalink
Added v1.0.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 authored Aug 8, 2018
1 parent a104488 commit db8657c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit db8657c

Please sign in to comment.