File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,17 @@ jobs:
40
40
echo "---" >> README.md
41
41
echo "## Usage" >> README.md
42
42
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
44
44
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
46
46
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
48
48
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
50
50
echo "" >> README.md
51
- echo " 5. Install dependencies: `make dev-deps`" >> README.md
51
+ echo ' 5. Install dependencies: ``` make dev-deps```' >> README.md
52
52
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
55
54
git add README.md
56
55
git commit -m "Changed README.md"
57
56
git push
You can’t perform that action at this time.
0 commit comments