Merge pull request #211 from steanne/master
This commit is contained in:
commit
49118eaac0
14
README.md
14
README.md
|
@ -19,13 +19,13 @@ A simple and customizable Discord client
|
|||
It includes [BandagedBD](https://github.com/rauenzi/BetterDiscordApp), [Glasstron](https://github.com/AryToNeX/Glasstron) and a [discord.js-like api](https://github.com/Lightcord/Lightcord/tree/master/DiscordJS).
|
||||
|
||||
## Information
|
||||
Lightcord doesn't just *patch* Discord with it's content. If it did, discord updates could easily break it. That's why Lightcord is a standalone Discord client. Just grab the latest release and launch!
|
||||
Lightcord doesn't just *patch* Discord with its content. If it did, Discord updates could easily break it. That's why Lightcord is a standalone Discord client. Just grab the latest release and launch!
|
||||
|
||||
## Installing
|
||||
You can download a release from the [releases tab](https://github.com/Lightcord/Lightcord/releases).
|
||||
|
||||
## Running From Source
|
||||
Prequeresites: [Node.js](https://nodejs.org/en/) and NPM
|
||||
Prerequisites: [Node.js](https://nodejs.org/en/) and NPM
|
||||
To run from source, follow these instructions:
|
||||
```sh
|
||||
git clone https://github.com/Lightcord/Lightcord
|
||||
|
@ -33,12 +33,12 @@ cd Lightcord
|
|||
npm run devInstall
|
||||
npm test
|
||||
```
|
||||
*You will have to do that everytime you pull/clone*
|
||||
*You will have to do that every time you pull/clone*
|
||||
<br/>
|
||||
Lightcord will then launch. If you see the Lightcord icon, you're good to go!
|
||||
![icon](https://github.com/Lightcord/Lightcord/blob/master/imagery/68747470733a2f2f692e696d6775722e636f6d2f72486e73504e4f2e706e67.png?raw=true)
|
||||
<br />
|
||||
Anytime you want to launch, just run:
|
||||
Any time you want to launch, just run:
|
||||
```sh
|
||||
npm run run
|
||||
```
|
||||
|
@ -52,7 +52,7 @@ You need to install the `base-devel` and `git` packages first
|
|||
|
||||
`git clone https://aur.archlinux.org/lightcord-git.git && cd lightcord-git && makepkg -si`
|
||||
|
||||
**For precomiled binaries** https://aur.archlinux.org/packages/lightcord-bin/
|
||||
**For precompiled binaries** https://aur.archlinux.org/packages/lightcord-bin/
|
||||
|
||||
`git clone https://aur.archlinux.org/lightcord-bin.git && cd lightcord-bin && makepkg -si`
|
||||
|
||||
|
@ -65,7 +65,7 @@ An AUR helper such as `yay` can also be used
|
|||
## Other Linux Distributions
|
||||
You can also install it with our *express install script*, which will automatically do the following:
|
||||
- Download the latest Lightcord stable release from the official dev server.
|
||||
- Extract the file, and rename it to a more conventional ¨Lightcord¨ folder.
|
||||
- Extract the file and rename it to a more conventional ¨Lightcord¨ folder.
|
||||
- Install the Lightcord files in /opt/.
|
||||
- Add execution rights to the Lightcord executable to allow launching.
|
||||
- Download an appropriate .desktop file and install it in /usr/share/applications.
|
||||
|
@ -80,7 +80,7 @@ You can also install it with our *express install script*, which will automatica
|
|||
## Features
|
||||
* **BetterDiscord built in** - Use almost any BetterDiscord plugin or theme!
|
||||
* **Easy custom rich presence** - Our method of doing this ensures you won't get banned!
|
||||
* **Made for Privacy** - Lightcord automatically blocks discords trackers and blurs your email, keeping your data safe!
|
||||
* **Made for Privacy** - Lightcord automatically blocks Discord's trackers and blurs your email, keeping your data safe!
|
||||
* **Free Emotes** - Send any emote to other Lightcord users!
|
||||
* **Token Login** - (user/bot) [Make **server** calls with bots]
|
||||
* **AdBlock** - Automatically block bots and ads in your DMs!
|
||||
|
|
Loading…
Reference in New Issue