mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
Update Readme
This commit is contained in:
parent
940d5880c0
commit
f5b5fce23f
1 changed files with 26 additions and 26 deletions
52
README.md
52
README.md
|
|
@ -1,42 +1,42 @@
|
|||
<div align = "center">
|
||||
|
||||
<h1><a href="https://2kabhishek.github.io/BareMinimum">BareMinimum</a></h1>
|
||||
<h1><a href="https://2kabhishek.github.io/tmux2k">tmux2k</a></h1>
|
||||
|
||||
<a href="https://github.com/2KAbhishek/BareMinimum/blob/main/LICENSE">
|
||||
<img alt="License" src="https://img.shields.io/github/license/2kabhishek/BareMinimum?style=flat&color=eee&label="> </a>
|
||||
<a href="https://github.com/2KAbhishek/tmux2k/blob/main/LICENSE">
|
||||
<img alt="License" src="https://img.shields.io/github/license/2kabhishek/tmux2k?style=flat&color=eee&label="> </a>
|
||||
|
||||
<a href="https://github.com/2KAbhishek/BareMinimum/graphs/contributors">
|
||||
<img alt="People" src="https://img.shields.io/github/contributors/2kabhishek/BareMinimum?style=flat&color=ffaaf2&label=People"> </a>
|
||||
<a href="https://github.com/2KAbhishek/tmux2k/graphs/contributors">
|
||||
<img alt="People" src="https://img.shields.io/github/contributors/2kabhishek/tmux2k?style=flat&color=ffaaf2&label=People"> </a>
|
||||
|
||||
<a href="https://github.com/2KAbhishek/BareMinimum/stargazers">
|
||||
<img alt="Stars" src="https://img.shields.io/github/stars/2kabhishek/BareMinimum?style=flat&color=98c379&label=Stars"></a>
|
||||
<a href="https://github.com/2KAbhishek/tmux2k/stargazers">
|
||||
<img alt="Stars" src="https://img.shields.io/github/stars/2kabhishek/tmux2k?style=flat&color=98c379&label=Stars"></a>
|
||||
|
||||
<a href="https://github.com/2KAbhishek/BareMinimum/network/members">
|
||||
<img alt="Forks" src="https://img.shields.io/github/forks/2kabhishek/BareMinimum?style=flat&color=66a8e0&label=Forks"> </a>
|
||||
<a href="https://github.com/2KAbhishek/tmux2k/network/members">
|
||||
<img alt="Forks" src="https://img.shields.io/github/forks/2kabhishek/tmux2k?style=flat&color=66a8e0&label=Forks"> </a>
|
||||
|
||||
<a href="https://github.com/2KAbhishek/BareMinimum/watchers">
|
||||
<img alt="Watches" src="https://img.shields.io/github/watchers/2kabhishek/BareMinimum?style=flat&color=f5d08b&label=Watches"> </a>
|
||||
<a href="https://github.com/2KAbhishek/tmux2k/watchers">
|
||||
<img alt="Watches" src="https://img.shields.io/github/watchers/2kabhishek/tmux2k?style=flat&color=f5d08b&label=Watches"> </a>
|
||||
|
||||
<a href="https://github.com/2KAbhishek/BareMinimum/pulse">
|
||||
<img alt="Last Updated" src="https://img.shields.io/github/last-commit/2kabhishek/BareMinimum?style=flat&color=e06c75&label="> </a>
|
||||
<a href="https://github.com/2KAbhishek/tmux2k/pulse">
|
||||
<img alt="Last Updated" src="https://img.shields.io/github/last-commit/2kabhishek/tmux2k?style=flat&color=e06c75&label="> </a>
|
||||
|
||||
<h3>Short sweet headline with 🎇🎉</h3>
|
||||
|
||||
<figure>
|
||||
<img src= "images/screenshot.png" alt="BareMinimum Demo">
|
||||
<img src= "images/screenshot.png" alt="tmux2k Demo">
|
||||
<br/>
|
||||
<figcaption>BareMinimum screenshot</figcaption>
|
||||
<figcaption>tmux2k screenshot</figcaption>
|
||||
</figure>
|
||||
|
||||
</div>
|
||||
|
||||
## What is this
|
||||
|
||||
BareMinimum is a `<utility/tool/feature>` that allows `<insert_target_audience>` to do `<action/task_it_does>`.
|
||||
tmux2k is a `<utility/tool/feature>` that allows `<insert_target_audience>` to do `<action/task_it_does>`.
|
||||
|
||||
## Inspiration
|
||||
|
||||
BareMinimum was inspired by `<reason/idea>`.
|
||||
tmux2k was inspired by `<reason/idea>`.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
@ -44,17 +44,17 @@ Before you begin, ensure you have met the following requirements:
|
|||
|
||||
- You have installed the latest version of `<coding_language/dependency/requirement_1>`
|
||||
|
||||
## Getting BareMinimum
|
||||
## Getting tmux2k
|
||||
|
||||
To get BareMinimum, follow these steps:
|
||||
To get tmux2k, follow these steps:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/2kabhishek/BareMinimum
|
||||
cd BareMinimum
|
||||
git clone https://github.com/2kabhishek/tmux2k
|
||||
cd tmux2k
|
||||
<install_command>
|
||||
```
|
||||
|
||||
## Using BareMinimum
|
||||
## Using tmux2k
|
||||
|
||||
```bash
|
||||
USAGE:
|
||||
|
|
@ -74,15 +74,15 @@ Example:
|
|||
|
||||
## How it was built
|
||||
|
||||
BareMinimum was built using `<tech/library>`
|
||||
tmux2k was built using `<tech/library>`
|
||||
|
||||
## Challenges faced
|
||||
|
||||
While building BareMinimum the main challenges were `<issue/difficulty>`
|
||||
While building tmux2k the main challenges were `<issue/difficulty>`
|
||||
|
||||
## What I learned
|
||||
|
||||
While building BareMinimum I `<learned/accomplished>` about `<learning/accomplishment>`
|
||||
While building tmux2k I `<learned/accomplished>` about `<learning/accomplishment>`
|
||||
|
||||
## What's next
|
||||
|
||||
|
|
@ -103,6 +103,6 @@ Hit the ⭐ button if you found this useful.
|
|||
|
||||
<div align="center">
|
||||
|
||||
<a href="https://github.com/2KAbhishek/BareMinimum">Source</a> | <a href="https://2kabhishek.github.io/BareMinimum">Website</a>
|
||||
<a href="https://github.com/2KAbhishek/tmux2k">Source</a> | <a href="https://2kabhishek.github.io/tmux2k">Website</a>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue