Skip to content

Commit

Permalink
docs(readme): added installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
imShakil committed Apr 20, 2021
1 parent 79e9061 commit d762e81
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
# PCiNooB
An assignment
It's a linux(ubuntu) terminal based computer application to generate computer hardware information and save those information to a text file.

## A Fast Light Tool Kit(FLTK) GUI Program based simple application to generate and display computer hardware information
## Tools

- FLTK Version: 1.3
- UI Used: FLUID (Fast Light User Interface Design)
- Environment: Linux/Ubuntu/Zorin
- Environment: Linux(Ubuntu)
- Programming Language used: C/C++

### Overview
## How to Run?

<img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-14-33.png" width="200" height="160" /> <img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-14-51.png" width="200" height="160" /> <img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-15-21.png" width="200" height="160" />
As I already said it's a terminal based application, so you have to run it from linux terminal. Let's start-

1. First of all, let's download the binary application using the following command line:

```
wget https://github.com/imShakil/PCiNooB/raw/master/PCiNooB
```
2. Give permission to run this file:

```
chmod +x PCiNooB
```

3. Finally, run the application as below:

```
./PCiNooB
```

That's all. It will run and save some hardware information to a external txt file.

## Overview

<img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-14-33.png" width="200" height="160" /> <img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-14-51.png" width="200" height="160" /> <img src="https://raw.githubusercontent.com/imShakil/PCiNooB/master/Screenshot%20from%202020-04-09%2022-15-21.png" width="200" height="160" />

0 comments on commit d762e81

Please sign in to comment.