Skip to content

Commit 7fa38ed

Browse files
Dan Tsekhanskiycopybara-github
Dan Tsekhanskiy
authored andcommitted
docs: Add link to fresnel releases
PiperOrigin-RevId: 418962341
1 parent 7dfb845 commit 7fa38ed

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<!--* freshness: { owner: '@alexherrero' reviewed: '2020-08-19' } *-->
44

5-
Support | Tests | Contributing | Open Issues | License
5+
Support | Actions | Contributing | Open Issues | License
66
------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------
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)
88

99
[Fresnel](https://en.wikipedia.org/wiki/Fresnel_lens) */fray-NEL/* projects
1010
Windows out into the world.

cli/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The Fresnel CLI runs on a trusted machine that is authorized to build boot media
66
for an operating system installer. It's primary purpose is to prepare storage
77
media (USB or Removable Disk) that will install an operating system.
88

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+
919
## Subcommands
1020

1121
Subcommands are required in order to operate the CLI. A list of available

0 commit comments

Comments
 (0)