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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ You’ll next need to build your Octicons.
38
38
All the files you need will be in the `/build/` directory already, but if you’ve made changes to the `/lib/` directory and need to regenerate, follow these steps:
39
39
40
40
1. Open the Octicons directory in Terminal
41
-
2.Run the command `script/bootstrap`. This will install any necessary dependencies for generating the Octicons font and SVGs.
42
-
3. Run the command `grunt`. Running the grunt task will generate the font and SVGs, placing them in the `/build/` directory.
41
+
2.`npm install` to install all dependencies for the project.
42
+
3. Run the command `npm run build`. This will run the grunt task to build the SVGs, placing them in the `/build/` directory.
43
43
44
44
## Publishing
45
45
@@ -56,8 +56,8 @@ If you have access to publish this repository, these are the steps to publishing
56
56
57
57
When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
0 commit comments