File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- * freshness: { owner: '@alexherrero' reviewed: '2020-08-19' } *-->
4
4
5
- Support | Tests | Contributing | Open Issues | License
5
+ Support | Actions | Contributing | Open Issues | License
6
6
------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------
7
- [ ![ Google Groups - Fresnel] ( https://img.shields.io/badge/Support-Google%20Groups-blue )] ( https://groups.google.com/forum/#!forum/fresnel-discuss ) | [ ![ Go Tests] ( https://github.com/google/fresnel/workflows/Go%20Tests/badge.svg )] ( https://github.com/google/fresnel/actions?query=workflow%3A%22Go+Tests%22 ) | [ ![ Contributing] ( https://img.shields.io/badge/Contributions-Closed-red )] ( https://github.com/google/fresnel/blob/master/CONTRIBUTING.md ) | [ ![ Open Issues] ( https://img.shields.io/github/issues/google/fresnel )] ( https://github.com/google/fresnel/issues ) | [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-orange.svg )] ( https://github.com/google/fresnel/blob/master/LICENSE )
7
+ [ ![ Google Groups - Fresnel] ( https://img.shields.io/badge/Support-Google%20Groups-blue )] ( https://groups.google.com/forum/#!forum/fresnel-discuss ) | [ ![ Go Tests] ( https://github.com/google/fresnel/workflows/Go%20Tests/badge.svg )] ( https://github.com/google/fresnel/actions?query=workflow%3A%22Go+Tests%22 ) [ ![ release ] ( https://github.com/google/fresnel/actions/workflows/release.yml/badge.svg )] ( https://github.com/google/fresnel/actions/workflows/release.yml ) | [ ![ Contributing] ( https://img.shields.io/badge/Contributions-Closed-red )] ( https://github.com/google/fresnel/blob/master/CONTRIBUTING.md ) | [ ![ Open Issues] ( https://img.shields.io/github/issues/google/fresnel )] ( https://github.com/google/fresnel/issues ) | [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-orange.svg )] ( https://github.com/google/fresnel/blob/master/LICENSE )
8
8
9
9
[ Fresnel] ( https://en.wikipedia.org/wiki/Fresnel_lens ) * /fray-NEL/* projects
10
10
Windows out into the world.
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The Fresnel CLI runs on a trusted machine that is authorized to build boot media
6
6
for an operating system installer. It's primary purpose is to prepare storage
7
7
media (USB or Removable Disk) that will install an operating system.
8
8
9
+ ## Getting Started
10
+
11
+ Pre-compiled binaries are available as [ release assets] [ https://github.com/google/fresnel/releases ] .
12
+
13
+ Building Fresnel CLI manually:
14
+
15
+ 1 . Clone the repository
16
+ 1 . Install any missing imports with ` go get -u `
17
+ 1 . Run ` go build C:\Path\to\fresnel\src\cli `
18
+
9
19
## Subcommands
10
20
11
21
Subcommands are required in order to operate the CLI. A list of available
You can’t perform that action at this time.
0 commit comments