Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.8 KB

quick-start.md

File metadata and controls

65 lines (43 loc) · 1.8 KB

Quick start

Installation

Standard

🏁 Windows

Download the .exe here (32-bit version here)

🐧 Linux

Download the executable here (32-bit version here)

🍎 macOS

Install Miscord using Homebrew:

bash /usr/bin/ruby -e "$(curl -fsSL` https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap miscord/miscord
brew cask install miscord

or download the app directly here

Advanced

🐳 Docker

Run command:

docker run -d -v /home/bjorn/Documents/miscord:/config miscord/miscord

Example docker-compose.yml:
(when replacing the path, keep ":/config" at the end of it)

version: '3'
services:
  miscord:
    image: miscord/miscord:latest
    volumes:
      - /home/bjorn/Documents/miscord:/config

NPM (all platforms)

  • Install Node.js using instructions here
  • Install Miscord using npm install -g miscord

(On Mac or Linux, prefix sudo is needed if you are not root user, i.e. sudo npm install -g miscord)
You can follow the guide here to install global packages without admin permissions

Setup

  • Create a Discord bot (see here)
  • Create a dedicated Facebook account
    • make it look believable
    • try to come up or generate a fake name (you can set the nickname for it in the chat)
    • you can use a profile picture from https://thispersondoesnotexist.com/
    • log into it on a phone (Messenger app)