diff --git a/CITATION.cff b/CITATION.cff index 0214aae..b98c4fe 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,8 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." type: software title: "fountain" -abstract: "A library and command line program for working with Fountain script/screenplay formatted files." +abstract: "A library and command line program for working with Fountain +script/screenplay formatted files." authors: - family-names: Doiel given-names: Robert @@ -14,6 +15,6 @@ maintainers: orcid: "" repository-code: "https://github.com/rsdoiel/fountain" -version: 1.0.1 -license-url: "https://rsdoiel.github.io/fountain/license.html" +version: 1.0.2 +license-url: "https://spdx.org/licenses/AGPL-3.0-or-later" keywords: [ "GitHub", "text markup", "screen play" ] diff --git a/INSTALL.html b/INSTALL.html index fcf476d..d7ab108 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -28,9 +28,11 @@

Installation

-

This project is experimental. Get the latest release from GitHub.

+

This project is experimental. Get the latest release from GitHub.

Quick install with curl

-

If you are using macOS or Linux you maybe able to install fountain using the following curl command.

+

If you are using macOS or Linux you maybe able to install fountain +using the following curl command.

curl https://rsdoiel.github.io/fountain/installer.sh | sh

Install from source

Requirements

@@ -44,7 +46,8 @@

Steps

  1. Clone the Git repository for the project
  2. change directory into the cloned project
  3. -
  4. Run make, make test and make install
  5. +
  6. Run make, make test and +make install

Here’s what that looks like for me.

git clone https://github.com/rsdoiel/fountain src/github.com/rsdoiel/fountain
@@ -52,9 +55,12 @@ 

Steps

make make test make install
-

By default it will install the programs in $HOME/bin. $HOME/bin needs to be included in your PATH. E.g.

+

By default it will install the programs in $HOME/bin. +$HOME/bin needs to be included in your PATH. +E.g.

export PATH="$HOME/bin:$PATH"
-

Can be added to your .profile, .bashrc or .zshrc file depending on your system’s shell.

+

Can be added to your .profile, .bashrc or +.zshrc file depending on your system’s shell.