Skip to content

Commit 5fde482

Browse files
committed
Update Ubuntu/Debian install instructions
We are currently incorrectly instructing Ubuntu/Debian users to install microsoft/git using an old package name (git-vfs). I have updated the sample command to use the new name (microsoft-git) and the latest version (2.33.0.vfs.0.0).
1 parent b8f374c commit 5fde482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Please use the most recent
141141
you can download a specific version as follows:
142142

143143
```shell
144-
wget -O microsoft-git.deb https://github.com/microsoft/git/releases/download/v2.32.0.vfs.0.2/git-vfs_2.32.0.vfs.0.2.deb
144+
wget -O microsoft-git.deb https://github.com/microsoft/git/releases/download/v2.33.0.vfs.0.0/microsoft-git_2.33.0.vfs.0.0.deb
145145
sudo dpkg -i microsoft-git.deb
146146
```
147147

0 commit comments

Comments
 (0)