Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed May 22, 2024
1 parent 29f877b commit b2e814a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Setup

The following instructions only need to be executed successfully once:
Setup is in **two** steps, which only need to be executed successfully once:

- [Install a correct version of the Julia compiler](FIRST_STEPS.md).
- 1. [Install a correct version of the Julia compiler](FIRST_STEPS.md).

- **In a new Julia session** type the following at the `julia>` prompt, inlcuding a RETURN at the end of each line (or do copy/paste + one final RETURN):
- 2. **In a new Julia session** type the following at the `julia>` prompt, inlcuding a RETURN at the end of each line (or do copy/paste + one final RETURN):

```julia
ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0
Expand All @@ -26,7 +26,8 @@ exit()
```

**IF YOU ARE PREPARING FOR A JULIA WORKSHOP** you can stop now. You're ready for the
workshop!
workshop! If you have time and are familiar with Jupyter notebooks, try out option 2
below.


## Running the demos and tutorials
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## ✨ Participating in ResBaz 2024?

Start [here](INSTALLATION.md) the **Getting Started With the Julia Programming Language**
workshop.
Start [here](INSTALLATION.md) to prepare for the **Getting Started With the Julia
Programming Language** workshop.

---

Expand Down

0 comments on commit b2e814a

Please sign in to comment.