You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Download SCM with the following command:
15
15
# Commands
16
16
**Note:** "From GitHub" usually refers to repositories within this project. "Script" refers to programs **and** libraries.
17
17
## add
18
-
-`<name>`: Downloads a library from GitHub. Libraries always have the suffix `-lib` ([Naming Conventions](https://github.com/mc-cc-scripts/.github/blob/master/profile/README.md#naming-conventions)). The suffix should not be added to the name.
19
-
-`<name>@<pastebin code>`: Downloads a library from Pastebin.
20
-
## get
21
18
-`<name>`: Downloads a program from GitHub. Programs always have the suffix `-prog` ([Naming Conventions](https://github.com/mc-cc-scripts/.github/blob/master/profile/README.md#naming-conventions)). The suffix should not be added to the name.
22
19
-`<name>@<pastebin code>`: Downloads a program from Pastebin.
20
+
## require
21
+
-`<name>`: Downloads a library from GitHub. Libraries always have the suffix `-lib` ([Naming Conventions](https://github.com/mc-cc-scripts/.github/blob/master/profile/README.md#naming-conventions)). The suffix should not be added to the name.
22
+
-`<name>@<pastebin code>`: Downloads a library from Pastebin.
23
23
## update
24
24
By default, without parameters, `update` updates the SCM script.
25
25
-`<name>`: Removes and downloads an installed script by name.
0 commit comments