reformatted README.md after initial repo setup fiasco...

This commit is contained in:
Michael Mainguy 2025-07-21 13:42:15 -04:00
parent 49db06b157
commit f5cfaf3420
2 changed files with 20 additions and 8 deletions

22
.idea/workspace.xml generated
View File

@ -4,7 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="dbf015c9-6bab-4a1d-a684-86aeb179d794" name="Changes" comment="OK, now diff starting point" /> <list default="true" id="dbf015c9-6bab-4a1d-a684-86aeb179d794" name="Changes" comment="Whoops" />
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -20,6 +20,7 @@
"associatedIndex": 2 "associatedIndex": 2
}]]></component> }]]></component>
<component name="ProjectId" id="309B32upqZUCp1oSL3Vdvq62rQH" /> <component name="ProjectId" id="309B32upqZUCp1oSL3Vdvq62rQH" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState"> <component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
@ -28,7 +29,7 @@
"keyToString": { "keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true", "RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "Rebasing main", "git-widget-placeholder": "main",
"last_opened_file_path": "/Users/michaelmainguy/test2", "last_opened_file_path": "/Users/michaelmainguy/test2",
"node.js.detected.package.eslint": "true", "node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true", "node.js.detected.package.tslint": "true",
@ -54,7 +55,7 @@
<option name="number" value="Default" /> <option name="number" value="Default" />
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1753029706563</updated> <updated>1753029706563</updated>
<workItem from="1753029707902" duration="12811000" /> <workItem from="1753029707902" duration="13206000" />
</task> </task>
<task id="LOCAL-00001" summary="Updated to reflect current nodejs setup for container template."> <task id="LOCAL-00001" summary="Updated to reflect current nodejs setup for container template.">
<option name="closed" value="true" /> <option name="closed" value="true" />
@ -80,7 +81,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1753118998769</updated> <updated>1753118998769</updated>
</task> </task>
<option name="localTasksCounter" value="4" /> <task id="LOCAL-00004" summary="Whoops">
<option name="closed" value="true" />
<created>1753119531742</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1753119531742</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -99,8 +108,9 @@
</component> </component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<MESSAGE value="Updated to reflect current nodejs setup for container template." /> <MESSAGE value="Updated to reflect current nodejs setup for container template." />
<MESSAGE value="changed remote to see if it works." />
<MESSAGE value="OK, now diff starting point" /> <MESSAGE value="OK, now diff starting point" />
<option name="LAST_COMMIT_MESSAGE" value="OK, now diff starting point" /> <MESSAGE value="changed remote to see if it works." />
<MESSAGE value="Whoops" />
<option name="LAST_COMMIT_MESSAGE" value="Whoops" />
</component> </component>
</project> </project>

View File

@ -19,8 +19,9 @@ chmod +x /usr/bin/cloudflared
exit exit
exit exit
``` ```
##did this make it? ## did this make it?
```shell
0 ls -al 0 ls -al
1 ps -ef 1 ps -ef
2 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash 2 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
@ -189,3 +190,4 @@ exit
165 ls -al 165 ls -al
166 cat .ash_history 166 cat .ash_history
167 history -a 167 history -a
```