Skip to content

Commit d8fe831

Browse files
authored
Update index-from-source.mdx
1 parent df8361b commit d8fe831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/create/from-source/index-from-source.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: /create/from-source/
77

88

99

10-
### Download, extract and compile Redis
10+
## Step 1: Download, extract and compile Redis
1111

1212
```
1313
wget http://download.redis.io/redis-stable.tar.gz
@@ -27,13 +27,13 @@ Or just using ```sudo make install.```
2727
The binaries that are now compiled are available in the src directory.
2828

2929

30-
### Running Redis Server
30+
### Step 2: Running Redis Server
3131

3232
```
3333
$ redis-server
3434
```
3535

36-
### Interacting with Redis Client
36+
### Step 3: Interacting with Redis Client
3737

3838
```
3939
$ src/redis-cli

0 commit comments

Comments
 (0)