Skip to content

Commit 0a3b71f

Browse files
Merge pull request #29 from talgat-abdraimov/feature/make
Feature/make
2 parents eb00a2e + 139c414 commit 0a3b71f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/update-readme.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,17 @@ jobs:
4040
echo "---" >> README.md
4141
echo "## Usage" >> README.md
4242
echo "" >> README.md
43-
echo '1. Clone the project: `git clone [email protected]:{your-username}/${{github.event.repository.name}}.git`' >> README.md
43+
echo '1. Clone the project: ```git clone [email protected]:{your-username}/${{github.event.repository.name}}.git```' >> README.md
4444
echo "" >> README.md
45-
echo '2. 'Go to the project folder: `cd ${{github.event.repository.name}}`' >> README.md
45+
echo '2. 'Go to the project folder: ```cd ${{github.event.repository.name}}```' >> README.md
4646
echo "" >> README.md
47-
echo "3. Create virtual environment for project: `make venv`" >> README.md
47+
echo '3. Create virtual environment for project: ```make venv```' >> README.md
4848
echo "" >> README.md
49-
echo "4. Activate virtual environment: `source ./venv/bin/activate`" >> README.md
49+
echo '4. Activate virtual environment: ```source ./venv/bin/activate```' >> README.md
5050
echo "" >> README.md
51-
echo "5. Install dependencies: `make dev-deps`" >> README.md
51+
echo '5. Install dependencies: ```make dev-deps```' >> README.md
5252
echo "" >> README.md
53-
echo "6. Run build command: `make build`" >> README.md
54-
echo '```' >> README.md
53+
echo '6. Run build command: ```make build```' >> README.md
5554
git add README.md
5655
git commit -m "Changed README.md"
5756
git push

0 commit comments

Comments
 (0)