From 76d97e34f5f9afc9583daac6d36cd832632be7b6 Mon Sep 17 00:00:00 2001 From: komeil Parseh Date: Thu, 2 Jun 2022 21:22:16 +0430 Subject: [PATCH] update badges --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cded683..ee7fb01 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,28 @@
[![LICENSE](https://img.shields.io/badge/LICENSE-GPL--3.0-green)](https://github.com/mmdbalkhi/mozlink/blob/main/LICENSE) -[![CodeQL](https://github.com/mmdbalkhi/mozlink/workflows/CodeQL/badge.svg)](https://github.com/mmdbalkhi/mozlink/actions?query=workflow%3ACodeQL) -[![Test](https://github.com/mmdbalkhi/mozlink/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/mmdbalkhi/mozlink/actions/workflows/python-app.yml) -[![CodeFactor](https://www.codefactor.io/repository/github/parseh/parseh/badge)](https://www.codefactor.io/repository/github/parseh/parseh) [![Requirements](https://img.shields.io/badge/Requirements-See%20Here-orange)](https://github.com/mmdbalkhi/mozlink/blob/main/requirements.txt) -[About_EN](https://parseh.github.io/blog/2021/May/04/Mozlink/) | [درباره این به فارسی](https://vrgl.ir/yEtRu) - - ![logo](app/static/logo.png)
-# Moz link +# MozLink! > A program to build **shortLinks** ~[mozlink-mmdbalkhi.fandogh.cloud](https://mozlink-mmdbalkhi.fandogh.cloud/)Temporary (perhaps permanent!) service link.~ +## What is it? + + ## How to run 1. Install python3, pip3, virtualenv in your system. 2. Clone the project ```sh -git clone https://github.com/parseh/mozlink.git && cd mozlink +git clone https://github.com/mmdbalkhi/mozlink.git && cd mozlink ``` 3. Create a virtualenv named venv using