Skip to content

Commit f8ac97e

Browse files
committed
chore: update build dir
chore: change sh fenced code to bash chore: add root readme
1 parent de7d014 commit f8ac97e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Documentation for Scoop

docs/.vuepress/config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ module.exports = {
2020
{ text: 'FAQ', link: '/faq/' },
2121
{ text: 'GitHub', link: 'https://github.com/lukesampson/scoop' },
2222
]
23-
}
23+
},
24+
dest: 'dist'
2425
}

docs/guide/Github-with-SSH-key.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ scoop install git openssh
2020

2121
If you don't already have an SSH key, you can create one like this:
2222

23-
```sh
23+
```bash
2424
ssh-keygen
2525
Generating public/private rsa key pair.
2626
Enter file in which to save the key (/c/Users/Username/.ssh/id_rsa): [press enter]
@@ -44,12 +44,12 @@ You should see a popup asking for your SSH key password: enter it and check the
4444

4545
To make sure everything's working, run:
4646

47-
```sh
47+
```bash
4848
4949
```
5050

5151
After a warning or two, you should see a message like this:
5252

53-
```sh
53+
```bash
5454
Hi <username>! You've successfully authenticated, but GitHub does not provide shell access.
5555
```

0 commit comments

Comments
 (0)