Skip to content

Commit 35539bc

Browse files
authored
docs: Add "Next Steps" section to installation guides for Linux and Mac (#42)
Signed-off-by: Pete Cheslock <petecheslock@gmail.com>
1 parent ef6a254 commit 35539bc

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

docs/getting-started/linux_amd.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,10 @@ you can save the completion script and source it from `~/.bashrc`:
149149
150150
```sh
151151
_ILAB_COMPLETE=fish_source ilab > ~/.config/fish/completions/ilab.fish
152-
```
152+
```
153+
154+
## Next Steps
155+
156+
Now that you have InstructLab installed, the next step is to initialize your environment.
157+
158+
[Initialize InstructLab](../getting-started/initilize_ilab.md){: .md-button .md-button--primary }

docs/getting-started/linux_nvidia.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,9 @@ you can save the completion script and source it from `~/.bashrc`:
143143
```sh
144144
_ILAB_COMPLETE=fish_source ilab > ~/.config/fish/completions/ilab.fish
145145
```
146+
147+
## Next Steps
148+
149+
Now that you have InstructLab installed, the next step is to initialize your environment.
150+
151+
[Initialize InstructLab](../getting-started/initilize_ilab.md){: .md-button .md-button--primary }

docs/getting-started/mac_metal.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,10 @@ you can save the completion script and source it from `~/.bashrc`:
141141
142142
```sh
143143
_ILAB_COMPLETE=fish_source ilab > ~/.config/fish/completions/ilab.fish
144-
```
144+
```
145+
146+
## Next Steps
147+
148+
Now that you have InstructLab installed, the next step is to initialize your environment.
149+
150+
[Initialize InstructLab](../getting-started/initilize_ilab.md){: .md-button .md-button--primary }

0 commit comments

Comments
 (0)