Skip to content

Commit e05c5f9

Browse files
author
Mariusz Glebocki
authored
Update README.rst
s/.gitmodule/.gitmodules/g
1 parent 72a3a3e commit e05c5f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ To change a submodule:
174174
- Change current directory to the submodule directory and switch revision to one you want to use. The URL you've added above has been assigned to remote "origin".
175175
Example: ``git fetch origin my-branch-name; git checkout FETCH_HEAD``
176176
- If you want to change more than one submodule, repeat two previous steps for all other submodules you want to change.
177-
- Change current directory to the top-level ``yosys-systemverilog`` working directory. Stage all performed changes, i.e. ``.gitmodule`` file and directories of every changed submodule. Commit changes.
178-
Example: ``git add .gitmodule ./yosys-f4pga-plugins``.
177+
- Change current directory to the top-level ``yosys-systemverilog`` working directory. Stage all performed changes, i.e. ``.gitmodules`` file and directories of every changed submodule. Commit changes.
178+
Example: ``git add .gitmodules ./yosys-f4pga-plugins``.
179179
- Commit and push your changes to your ``yosys-systemverilog`` fork.
180180

181181
Create a Pull Request

0 commit comments

Comments
 (0)