-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,8 @@ A Discord bot for the Coder community server written in Typescript. | |
git clone [email protected]:coder/codercord.git | ||
cd codercord | ||
``` | ||
2. Use the `.devcontainer` to develop in a containerized environment | ||
|
||
3. Run the project | ||
2. Run the project | ||
|
||
TODO: Add instructions to run the project | ||
|
||
|
@@ -25,3 +24,7 @@ Environment variables : | |
(relative to process working directory if no absolute path is provided) | ||
Example `config.toml` provided [here](https://github.com/coder/codercord/blob/main/config.toml.example) | ||
## Contributing | ||
Use the `.devcontainer` to develop in a containerized environment. |