Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

close #125 Link to correct getting started guide #126

Merged
merged 1 commit into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ You may want to check the spelling first, though:
make spell-check
```

(requires [aspell](http://aspell.net/))

## Publishing to Staging

The staging site is hosted in [another LFE repo](), and thus requires a custom remote URL to be added to your local git clone:
Expand Down
4 changes: 2 additions & 2 deletions content/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ long_description = "Learning LFE must be taken in two tracks: learning the synta

+++

## [Quick Start Guides](#quick-start-guides)
## [Quick Start](#quick-start)

[Quick Start with rebar3](https://lfe.io/books/rebar3-quick-start/) - This will get you up and running with LFE, requiring _only_ that you have a modern Erlang installed (version 21+) and `rebar3`.
[Quick Start with rebar3](https://cnbbooks.github.io/lfe-manual/part1/intro/setup.html) - This will get you up and running with LFE, requiring _only_ that you have a modern Erlang installed (version 21+) and `rebar3`.

## In-Depth

Expand Down