update based on feedback
This commit is contained in:
Lee Stott 2021-07-22 10:10:08 +01:00 коммит произвёл GitHub
Родитель 753507f9e8
Коммит 8635f04281
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 5 удалений

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

@ -17,14 +17,22 @@ To begin, you will need:
Follow these steps to deploy the Microsoft Learn LTI tool: Follow these steps to deploy the Microsoft Learn LTI tool:
# Clone the repo # Clone the repo
1. Open Git 1. Go to the [repo](http://github.com/microsoft/learn-lti) Click code button on the [repo](http://github.com/microsoft/learn-lti)
2. Enter in the command in the Git console 2. Simply click the code button and select Open with GitHub Desktop or Download Zip to clone contents of the repo.
* `git clone https://github.com/microsoft/Learn-LTI.git`
You have now cloned the repo. If you are using Git
1. Open a command prompt
2. Make a new directory **Learn-Lti**
3. Move to **Learn-Lti** directory
4. Use Git to clone the repo (You need [Git installed](https://git-scm.com/downloads)
5. Enter in the command in the Git console
* `git clone https://github.com/microsoft/Learn-LTI.git`
* This will clone the repo into the current directory **Learn-Lti**
You have now cloned the repo
## After Cloning ## After Cloning
* In the cloned repo, inside the deployment directory, execute the file **run.bat**. * In the cloned repo, inside the deployment directory **Learn-Lti**, execute the file **run.bat**.
* run.bat bypasses signing requirements and runs Deploy.ps1 automatically. * run.bat bypasses signing requirements and runs Deploy.ps1 automatically.
* You should now see the Microsoft Learn LTI Tool script popup. * You should now see the Microsoft Learn LTI Tool script popup.
![run.start.png](/images/run.start.png) ![run.start.png](/images/run.start.png)