Update sudo usage instructions in README.md

This commit is contained in:
Niko Hoffrén 2023-07-27 20:12:32 +03:00 коммит произвёл GitHub
Родитель a000651a5e
Коммит c4d7d8226d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -29,8 +29,6 @@ sudo apt-get install make cmake
### Installing and Running the tool
Note that the third command (`./script/bootstrap`) may require you to use `sudo` access for installation. Add `sudo` right before the third command if needed, but don't run the script as root.
```bash
git clone https://github.com/github/choosealicense.com.git
cd choosealicense.com
@ -40,6 +38,8 @@ cd choosealicense.com
Open `http://localhost:4000` in your favorite browser.
If you encounter any issues with the above steps, please refer to the official [Jekyll](https://jekyllrb.com/docs/) documentation and this [guide on running Jekyll as a non-superuser](https://jekyllrb.com/docs/troubleshooting/#no-sudo) for more detailed installation instructions.
## Adding a license
For information on adding a license, see [the CONTRIBUTING file](https://github.com/github/choosealicense.com/blob/gh-pages/CONTRIBUTING.md#adding-a-license).