Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch authored and staticfloat committed Jun 18, 2018
1 parent 6e6fafb commit a8cff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ using BinaryBuilder
BinaryBuilder.run_wizard()
```

3. The wizard will take you through a process of building your software package. Note that the wizard may need to download a new roofts image for each platform targeted, and there are about a dozen of these at the time of writing. The output of this stage is a `build_tarballs.jl` file, which will be deployed to GitHub. The wizard will also configure Travis and GitHub releases for your package.
3. The wizard will take you through a process of building your software package. Note that the wizard may need to download a new rootfs image for each platform targeted, and there are about a dozen of these at the time of writing. The output of this stage is a `build_tarballs.jl` file, which will be deployed to GitHub. The wizard will also configure Travis and GitHub releases for your package.

4. Once you complete the wizard and your repository is created on GitHub, create a new release on the `GitHub Releases` page and Travis will automatically upload binaries for all platforms to your GitHub release. It will also upload a `build.jl` file that you can use in your Julia package to import the binaries you have just built.

Expand Down

0 comments on commit a8cff90

Please sign in to comment.