Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1008 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 1008 Bytes

Présentation utilisation des requests et limites

You can run the slideshow on your machine after following a few simple steps:

  1. If you haven't already installed Go on your machine, do so by following the official installation instructions.

  2. Important: make sure that the directory where Go installs binaries is in your PATH environment variable. The directory in question is usually given by the following command:

    echo `go env GOBIN`

    On macos and linux, it defaults to $HOME/go/bin

  3. Install the present tool:

    go install golang.org/x/tools/cmd/present@latest
  4. Run the present tool:

    present

    The output should contain some local URL (like http://127.0.0.1:3999).

  5. Visit the URL from step 4 in your browser, then click on main.slide to start the slideshow.