Skip to content

Commit 2e6e43f

Browse files
fix(tutos): changes
1 parent c20fd19 commit 2e6e43f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tutorials/sinatra/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ To use Sinatra, we need to install three pieces of software: Ruby, RubyGems, and
3131

3232
The easiest way to install Ruby and RubyGems is using the Ruby Version Manager (RVM). RVM allows you to have multiple Rubies, with their own sets of gems (gemsets), installed.
3333

34+
35+
```
36+
apt update
37+
```
3438
1. (Optional) Install `nodejs`, `gunpg2`, `ruby`, and `curl`. When using Rails, you must install Node.js, in any version you want. The asset pipeline compiler of Rails requires a JavaScript runtime. If you do not use Rails, skip this and proceed to the next step.
3539
```
3640
apt install gnupg2 nodejs curl ruby

tutorials/wordpress-lemp-stack/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hero: assets/scaleway_wordpress_lemp.webp
1010
categories:
1111
- instances
1212
dates:
13-
validation: 2024-11-04
13+
validation: 2025-05-13
1414
posted: 2018-11-09
1515
---
1616

0 commit comments

Comments
 (0)