Skip to content

Commit fe67d98

Browse files
committed
Updated
1 parent 3452467 commit fe67d98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/create/windows/index-windows.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,18 @@ The following example works with Ubuntu (you’ll need to wait for initializatio
3535

3636

3737
```bash
38+
sudo apt-add-repository ppa:redislabs/redis
3839
sudo apt-get update
3940
sudo apt-get upgrade
4041
sudo apt-get install redis-server
41-
redis-cli -v
4242
```
4343

4444
### Step 4: Restart the Redis server
4545

4646
```bash
4747
sudo service redis-server restart
48-
````
48+
```
49+
4950

5051
### Step 5: Verify if your Redis server is running
5152

0 commit comments

Comments
 (0)