We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8361b commit d8fe831Copy full SHA for d8fe831
docs/create/from-source/index-from-source.mdx
@@ -7,7 +7,7 @@ slug: /create/from-source/
7
8
9
10
-### Download, extract and compile Redis
+## Step 1: Download, extract and compile Redis
11
12
```
13
wget http://download.redis.io/redis-stable.tar.gz
@@ -27,13 +27,13 @@ Or just using ```sudo make install.```
27
The binaries that are now compiled are available in the src directory.
28
29
30
-### Running Redis Server
+### Step 2: Running Redis Server
31
32
33
$ redis-server
34
35
36
-### Interacting with Redis Client
+### Step 3: Interacting with Redis Client
37
38
39
$ src/redis-cli
0 commit comments