Skip to content

Commit

Permalink
docs(readme): Fix links and typos (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit authored Aug 26, 2024
1 parent 40e815f commit 6cdc2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Depending on your project, such usage may or may not continue to function with l
Build your fonts without installing or running anything locally!
Just push your sources to a remote Git repository and let Fontship do the rest.

For use with Github Actions, add a configuration file to your repository such as `.github/workflow/fontship.yml`:
For use with Github Actions, add a configuration file to your repository such as `.github/workflows/fontship.yml`:

```yaml
name: Fontship
Expand Down Expand Up @@ -100,7 +100,7 @@ Otherwise to install and use locally from source, you’ll need some dependencie
* GNU `make` (4.2+) with corresponding autoconf tools,
* Python 3 plus assorted modules, see *requirements.txt* file,
* Rust tools including `cargo` and `rustc` to build the CLI,
* And a handfull of other font related CLI utilities, namely: `sfn2woff-zopfli`, `psautohint`, `ttfautohint`, and `woff2_compress`.
* And a handfull of other font related CLI utilities, namely: `sfnt2woff-zopfli`, `psautohint`, `ttfautohint`, and `woff2_compress`.

To install the software to your computer, either clone this repository and run `./bootstrap.sh` or [download and extract the latest release](https://github.com/theleagueof/fontship/releases), then run:

Expand Down

0 comments on commit 6cdc2cd

Please sign in to comment.