Skip to content

Commit

Permalink
Update Installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
howmanysmall committed Oct 20, 2021
1 parent 4c80cde commit a8266e1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ This method uses `HttpService` to install Janitor.
1. In Roblox Studio, paste the following command into your command bar.
2. Run the following command:

<textarea readonly onClick={e => e.target.select()} style={{
<textarea readonly rows="5" onClick={e => e.target.select()} style={{
width: "100%"
}}>
{`
local ReplicatedStorage = game:GetService("ReplicatedStorage")
{`local ReplicatedStorage = game:GetService("ReplicatedStorage")
local HttpService = game:GetService("HttpService")
local HttpEnabled = HttpService.HttpEnabled
HttpService.HttpEnabled = true
Expand Down Expand Up @@ -83,8 +82,7 @@ for _, FileData in ipairs(FilesList) do
end
Janitor.Parent = ReplicatedStorage
Initify(Janitor)
HttpService.HttpEnabled = HttpEnabled
`}
HttpService.HttpEnabled = HttpEnabled`}
</textarea>

### Method 3 - Manual
Expand All @@ -101,7 +99,7 @@ HttpService.HttpEnabled = HttpEnabled

```toml
[dependencies]
Janitor = "howmanysmall/janitor@^1.13.12"
Janitor = "howmanysmall/janitor@^1.13.13"
```

## Next
Expand Down

0 comments on commit a8266e1

Please sign in to comment.