Fixed showcase icon
This commit is contained in:
parent
9c13056394
commit
c031a83fa0
13
README.md
13
README.md
|
@ -1,3 +1,7 @@
|
|||
[![Discord](https://img.shields.io/discord/705908350218666117?logo=discord&style=flat-square&color=%237289DA)](https://discord.gg/7eFff2A)
|
||||
![JS](https://img.shields.io/badge/--yellow?logo=javascript&style=flat-square)
|
||||
![TS](https://img.shields.io/badge/--blue?logo=typescript&style=flat-square)
|
||||
[![HitCount](http://hits.dwyl.com/Lightcord/Lightcord.svg)](http://hits.dwyl.com/Lightcord/Lightcord)
|
||||
[![PayPal](https://img.shields.io/badge/donate-PayPal-blue?logo=PayPal&style=flat-square)](https://paypal.me/jenwina)
|
||||
[![BTC](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/phorcysed/cryptodonate/master/badges/bitcoin.json&style=flat-square)](https://phorcysed.github.io/cryptodonate/btc.html?address=14hL2fPS2ASoe8Hcif87EqCS5AGHrepGKp¬e=https://github.com/phorcysed)
|
||||
[![CDN](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/phorcysed/cryptodonate/master/badges/cdn.json&style=flat-square)](https://phorcysed.github.io/cryptodonate/cdn.html?address=CbdW3pR4HBWJ6wyc1JeNXP4L2fh8QiL85v¬e=https://github.com/phorcysed)
|
||||
|
@ -5,12 +9,6 @@
|
|||
[![XMR](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/phorcysed/cryptodonate/master/badges/monero.json&style=flat-square)](https://phorcysed.github.io/cryptodonate/xmr.html?address=42pGf1KHHpqaifJd3TtWSdcTmhGVwFp24cGxDoqaYLQJ6rH4pM7KqtUdTpoyxHScDTSJpPA2Bnv19b1bs2uPXgSMH2KYkwj¬e=https://github.com/phorcysed)
|
||||
[![ETH](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/phorcysed/cryptodonate/master/badges/ethereum.json&style=flat-square)](https://phorcysed.github.io/cryptodonate/eth.html?address=0xEFE45F22Ee844bf2Ba0E4d853FA0bC8c028fAfFe¬e=https://github.com/phorcysed)
|
||||
[![LTC](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/phorcysed/cryptodonate/master/badges/litecoin.json&style=flat-square)](https://phorcysed.github.io/cryptodonate/ltc.html?address=LNTmfMjHJgTHaB7rj8ZuWWuU1XkP2YeGCA¬e=https://github.com/phorcysed)
|
||||
<br />
|
||||
![JS](https://img.shields.io/badge/--yellow?logo=javascript&style=flat-square)
|
||||
![TS](https://img.shields.io/badge/--blue?logo=typescript&style=flat-square)
|
||||
[![HitCount](http://hits.dwyl.com/Lightcord/Lightcord.svg)](http://hits.dwyl.com/Lightcord/Lightcord)
|
||||
<br />
|
||||
[![Discord](https://img.shields.io/discord/705908350218666117?logo=discord&style=flat-square&color=%237289DA)](https://discord.gg/7eFff2A)
|
||||
---
|
||||
# Lightcord
|
||||
A simple - customizable - Discord Client
|
||||
|
@ -33,8 +31,9 @@ npm i
|
|||
npm run devInstall
|
||||
npm run test
|
||||
```
|
||||
*You will have to do that everytime you pull/clone*
|
||||
Discord will launch next. You can see you have done it right by looking at the icon.
|
||||
![icon](https://raw.githubusercontent.com/Lightcord/Lightcord/master/imagery/68747470733a2f2f692e696d6775722e636f6d2f72486e73504e4f2e706e67.png?token=APKOOA2LWWLCCUO2CIT2YPK64FHJA)
|
||||
![icon](https://github.com/Lightcord/Lightcord/blob/master/imagery/68747470733a2f2f692e696d6775722e636f6d2f72486e73504e4f2e706e67.png?raw=true)
|
||||
Then everytime you want to launch it just type in
|
||||
```sh
|
||||
npm run run
|
||||
|
|
Loading…
Reference in New Issue