Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
updated readme to match npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinsa committed Aug 29, 2020
1 parent 7d3a9e5 commit f112dec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
###### A simple Discord bot showing the Player-Status of your SCP: Secret Laboratory Server!

## Installation
1. Make sure you have git (git-scm.com) and Node.js (nodejs.org) installed.
2. Run `git clone https://github.com/AnomalousCoders/ScpPlayerBot.git` in the directory you want the bot in
3. Set up the `config.json` file (More Details found in the *Config* section)
4. Run `node index` in the directory where the `index.js` is
1. Make sure you have Node.js (nodejs.org) installed.
2. Run `npm install @anomalouscoders/scpplayerbot` in the directory you want the bot in
3. Set up the `config.json` file in the node_modules\@anomalouscoders\scpplayerbot directory(More Details found in the *Config* section)
4. Run `node index` in the directory where the `index.js` is (node_modules\@anomalouscoders\scpplayerbot if you don't find it)

## Config
Config Name | Explanation
Expand Down

0 comments on commit f112dec

Please sign in to comment.