Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Ruemena/RueI into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Nov 24, 2023
2 parents 23bb18b + 1c81cbd commit c40c640
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'

workflow_dispatch: # Manually trigger the workflow from the GitHub Actions UI

jobs:
Expand Down
6 changes: 5 additions & 1 deletion markdown/introduction.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Introduction
RueI is a hint framework for scp:sl.
RueI is a hint framework for scp:sl. the primary component of RueI is the ability to display multiple hints at once, but it also provides a lot of other features to make working with hints easier and more effective.

a quick note: RueI is licensed under CC0 1.0. this means you can do *whatever* you want with both its compiled versions and its source code. commerical use, modifications, etc, are all okay!

RueI is a **dependency**. it is a not a plugin. this means that it does not provide any functionality out of the box. other plugins will not work automatically once you install this if they do not have built-in support for RueI.

0 comments on commit c40c640

Please sign in to comment.