Skip to content

Commit 1920416

Browse files
committed
trim even more surplus text from welcome page
1 parent 7f9e2a4 commit 1920416

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Flux is a library for machine learning. It comes "batteries-included" with many
88

99
## Installation
1010

11-
Download [Julia 1.6](https://julialang.org/downloads/) or later, preferably the current stable release. You can add Flux using Julia's package manager, by typing `] add Flux` in the Julia prompt.
12-
13-
This will automatically install several other packages, including [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl) which supports Nvidia GPUs. To directly access some of its functionality, you may want to add `] add CUDA` too. The page on [GPU support](gpu.md) has more details.
11+
Download [Julia 1.6](https://julialang.org/downloads/) or later, preferably the current stable release. You can add Flux using Julia's package manager, by typing `] add Flux` in the Julia prompt. This will automatically install several other packages, including [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl) which supports Nvidia GPUs.
1412

1513
## Learning Flux
1614

0 commit comments

Comments
 (0)