We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a86f97 commit fa24f25Copy full SHA for fa24f25
1 file changed
README.md
@@ -36,16 +36,14 @@ You can download and extract the binary zip files from the
36
37
Refer to [functional_tests/README.md](functional_tests/README.md)
38
39
-## Setup
+## Development
40
41
`@mpeggroup/mpeg-sdl-parser` is hosted on GitHub packages, so before installing
42
-dependencies, authentication needs to be configured. Create a GitHub class
+dependencies, authentication needs to be configured. Create a GitHub classic
43
personal access token which has permission to read packages and then set it in
44
your environment:
45
46
-`export NPM_GITHUB_TOKEN=<your_classic_PAT>`
47
-
48
-## Development
+`export NPM_GITHUB_TOKEN=<your_classic_pat>`
49
50
Install dependencies:
51
0 commit comments